@@ -153,15 +153,16 @@ Supported Resolvers:
153153
154154- [ Ant Design Vue] ( https://github.com/antfu/unplugin-vue-components/blob/main/src/core/resolvers/antdv.ts )
155155- [ Element Plus] ( https://github.com/antfu/unplugin-vue-components/blob/main/src/core/resolvers/element-plus.ts )
156+ - [ Element UI] ( https://github.com/antfu/unplugin-vue-components/blob/main/src/resolvers/element-ui.ts )
156157- [ Headless UI] ( https://github.com/antfu/unplugin-vue-components/blob/main/src/core/resolvers/headless-ui.ts )
158+ - [ IDux] ( https://github.com/antfu/unplugin-vue-components/blob/main/src/resolvers/idux.ts )
157159- [ Naive UI] ( https://github.com/antfu/unplugin-vue-components/blob/main/src/core/resolvers/naive-ui.ts )
158160- [ Prime Vue] ( https://github.com/antfu/unplugin-vue-components/blob/main/src/core/resolvers/prime-vue.ts )
159161- [ Vant] ( https://github.com/antfu/unplugin-vue-components/blob/main/src/core/resolvers/vant.ts )
160162- [ Varlet UI] ( https://github.com/antfu/unplugin-vue-components/blob/main/src/core/resolvers/varlet-ui.ts )
163+ - [ View UI] ( https://github.com/antfu/unplugin-vue-components/blob/main/src/resolvers/view-ui.ts )
161164- [ Vuetify] ( https://github.com/antfu/unplugin-vue-components/blob/main/src/core/resolvers/vuetify.ts )
162165- [ VueUse Components] ( https://github.com/antfu/unplugin-vue-components/blob/main/src/core/resolvers/vueuse.ts )
163- - [ View UI] ( https://github.com/antfu/unplugin-vue-components/blob/main/src/resolvers/view-ui.ts )
164- - [ Element UI] ( https://github.com/antfu/unplugin-vue-components/blob/main/src/resolvers/element-ui.ts )
165166
166167``` ts
167168// vite.config.js
@@ -214,7 +215,7 @@ Components({
214215
215216 // generate `components.d.ts` global declrations,
216217 // also accepts a path for custom filename
217- globalComponentsDeclaration : false ,
218+ dts : false ,
218219
219220 // Allow subdirectories as namespace prefix for components.
220221 directoryAsNamespace: false ,
0 commit comments