This commit is contained in:
Putoo
2026-05-20 18:32:54 +08:00
parent 2c85872abd
commit 784bc66ef6
51 changed files with 1818 additions and 106 deletions

View File

@@ -1,7 +1,12 @@
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
srcDir: 'src/',
components: {
dirs: [
// 自动递归 components 下所有子文件夹
{ path: '~/components', pathPrefix: false }
]
},
future: {
compatibilityVersion: 4,
},