nuxt-prawo-jazdy/app.vue
NetMan 63121da4b7 postgres -> sqlite, pinia/middleware fix?
other smaller: little type fixes, little changes to ui - more readable category chooser
- result screen with correct, incorrect and chosen answers
little changes to readme
2025-12-13 16:07:23 +01:00

11 lines
122 B
Vue

<template>
<div>
<NuxtPage />
</div>
</template>
<style>
.outline-set-solid {
outline-style: solid;
}
</style>