fix: 添加缺失的naiveui(不知道啥东西给删的

This commit is contained in:
2025-05-03 20:55:39 +08:00
parent 6d436d4ca0
commit 33d0c0c85f
3 changed files with 1 additions and 2 deletions

View File

@@ -39,10 +39,8 @@ export default defineConfig({
Components({
resolvers: [NaiveUiResolver()],
dts: 'src/components.d.ts',
// allow auto load markdown components under `./src/components/`
extensions: ['vue', 'md'],
// allow auto import and register components used in markdown
include: [/\.vue$/, /\.vue\?vue/, /\.md$/, /\.vine$/],
}),
oxlintPlugin(),