Changed to new Layout System
This commit is contained in:
@@ -7,6 +7,12 @@ export default defineNuxtConfig({
|
||||
extends: [
|
||||
'@nuxt/ui-pro'
|
||||
],
|
||||
components: [{
|
||||
path: '~/components'
|
||||
}, {
|
||||
path: '~/components/common',
|
||||
pathPrefix: false
|
||||
}],
|
||||
build: {
|
||||
transpile: ['@vuepic/vue-datepicker']
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user