We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d69e287 commit a11c746Copy full SHA for a11c746
vite.config.ts
@@ -27,6 +27,7 @@ export default defineConfig(({ command: _command, mode }) => {
27
}),
28
UnoCSS(),
29
Components({
30
+ dirs: 'components',
31
resolvers: [
32
IconsResolver({
33
prefix: '',
0 commit comments