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 bb496d7 commit e1b7f0aCopy full SHA for e1b7f0a
internals/unplugin-tiny-vue/example/vite.config.js
@@ -3,18 +3,18 @@ import vue from '@vitejs/plugin-vue'
3
import Inspect from 'vite-plugin-inspect'
4
import Components from 'unplugin-vue-components/vite'
5
import AutoImport from 'unplugin-auto-import/vite'
6
-import { TinyVueAutoImportResolver } from '../dist/index.js'
+import { TinyVueResolver } from '../dist/index.js'
7
8
// https://vitejs.dev/config/
9
export default defineConfig({
10
plugins: [
11
vue(),
12
Inspect(),
13
Components({
14
- resolvers: [TinyVueAutoImportResolver]
+ resolvers: [TinyVueResolver]
15
}),
16
AutoImport({
17
18
})
19
],
20
define: {
0 commit comments