Changed to new Layout System

This commit is contained in:
2024-02-23 19:30:43 +01:00
parent 96d4ee7356
commit 0d86e4c4f9
32 changed files with 1690 additions and 2214 deletions

View File

@@ -7,6 +7,12 @@ export default defineNuxtConfig({
extends: [
'@nuxt/ui-pro'
],
components: [{
path: '~/components'
}, {
path: '~/components/common',
pathPrefix: false
}],
build: {
transpile: ['@vuepic/vue-datepicker']
},