minor adjustments
This commit is contained in:
parent
64fe08f749
commit
3659346b2f
3 changed files with 7 additions and 3 deletions
|
@ -59,7 +59,7 @@ const countSwitchable = computed(() => {
|
||||||
<input
|
<input
|
||||||
type="radio"
|
type="radio"
|
||||||
:aria-label="(num + 1).toString()"
|
:aria-label="(num + 1).toString()"
|
||||||
class="btn btn-lg"
|
class="btn btn-md"
|
||||||
:name="`${now}-chooser`"
|
:name="`${now}-chooser`"
|
||||||
v-for="num in range(0, boxesAmount)"
|
v-for="num in range(0, boxesAmount)"
|
||||||
@click="$emit('change-count', num)"
|
@click="$emit('change-count', num)"
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
"postinstall": "nuxt prepare"
|
"postinstall": "nuxt prepare"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@nuxt/fonts": "0.10.3",
|
"@nuxt/fonts": "0.11.0",
|
||||||
"@nuxtjs/tailwindcss": "6.13.1",
|
"@nuxtjs/tailwindcss": "6.13.1",
|
||||||
"@pinia/nuxt": "0.10.1",
|
"@pinia/nuxt": "0.10.1",
|
||||||
"array-shuffle": "^3.0.0",
|
"array-shuffle": "^3.0.0",
|
||||||
|
@ -19,7 +19,7 @@
|
||||||
"dotenv": "^16.4.7",
|
"dotenv": "^16.4.7",
|
||||||
"drizzle-orm": "^0.40.0",
|
"drizzle-orm": "^0.40.0",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
"nuxt": "^3.15.4",
|
"nuxt": "^3.16.0",
|
||||||
"pg": "^8.13.3",
|
"pg": "^8.13.3",
|
||||||
"pinia": "^3.0.1",
|
"pinia": "^3.0.1",
|
||||||
"vue": "latest",
|
"vue": "latest",
|
||||||
|
|
|
@ -1,4 +1,8 @@
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
|
useHead({
|
||||||
|
title: "Test na prawo jazdy",
|
||||||
|
});
|
||||||
|
|
||||||
const categories = [
|
const categories = [
|
||||||
"A",
|
"A",
|
||||||
"B",
|
"B",
|
||||||
|
|
Loading…
Add table
Reference in a new issue