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 ce170cf commit 573bed3Copy full SHA for 573bed3
vitest.config.ts
@@ -1,5 +1,6 @@
1
import { OnuResolver } from "onu-ui"
2
import AutoImport from "unplugin-auto-import/vite"
3
+import Components from "unplugin-vue-components/vite"
4
import vitePluginArraybuffer from "vite-plugin-arraybuffer"
5
import json5 from "vite-plugin-json5"
6
import { defineConfig } from "vitest/config"
@@ -56,5 +57,8 @@ export default defineConfig({
56
57
globalsPropValue: true, // Default `true`, (true | false | 'readonly' | 'readable' | 'writable' | 'writeable')
58
},
59
}),
60
+ Components({
61
+ resolvers: [OnuResolver()],
62
+ }),
63
],
64
})
0 commit comments