@@ -153,15 +153,16 @@ Supported Resolvers:
153
153
154
154
- [ Ant Design Vue] ( https://github.com/antfu/unplugin-vue-components/blob/main/src/core/resolvers/antdv.ts )
155
155
- [ 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 )
156
157
- [ 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 )
157
159
- [ Naive UI] ( https://github.com/antfu/unplugin-vue-components/blob/main/src/core/resolvers/naive-ui.ts )
158
160
- [ Prime Vue] ( https://github.com/antfu/unplugin-vue-components/blob/main/src/core/resolvers/prime-vue.ts )
159
161
- [ Vant] ( https://github.com/antfu/unplugin-vue-components/blob/main/src/core/resolvers/vant.ts )
160
162
- [ 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 )
161
164
- [ Vuetify] ( https://github.com/antfu/unplugin-vue-components/blob/main/src/core/resolvers/vuetify.ts )
162
165
- [ 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 )
165
166
166
167
``` ts
167
168
// vite.config.js
@@ -214,7 +215,7 @@ Components({
214
215
215
216
// generate `components.d.ts` global declrations,
216
217
// also accepts a path for custom filename
217
- globalComponentsDeclaration : false ,
218
+ dts : false ,
218
219
219
220
// Allow subdirectories as namespace prefix for components.
220
221
directoryAsNamespace: false ,
0 commit comments