Commit 1c65e125 authored by sunguoshu's avatar sunguoshu

修正配置文件

parent 88b61be8
......@@ -94,7 +94,8 @@ export default defineConfig(({ mode }) => {
filePattern: '**/*.vue'
}
],
exclude: ['**/components/*.vue', 'system/**']
extensions: ['vue'],
exclude: ['**/components/*', 'system/**']
}),
Layouts({
layoutsDirs: 'src/layouts',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment