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