Skip to content

Commit a11c746

Browse files
committed
fix(docs): components auto import dir
1 parent d69e287 commit a11c746

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ export default defineConfig(({ command: _command, mode }) => {
2727
}),
2828
UnoCSS(),
2929
Components({
30+
dirs: 'components',
3031
resolvers: [
3132
IconsResolver({
3233
prefix: '',

0 commit comments

Comments
 (0)