chore(IconsResolver): update deprecated property (#282)

This commit is contained in:
Nenad Novaković 2022-01-23 01:34:08 +01:00 committed by GitHub
parent 2bda614aee
commit 040fa6650c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,7 +62,7 @@ export default defineConfig({
// auto import icons // auto import icons
// https://github.com/antfu/unplugin-icons // https://github.com/antfu/unplugin-icons
IconsResolver({ IconsResolver({
componentPrefix: '', prefix: false,
// enabledCollections: ['carbon'] // enabledCollections: ['carbon']
}), }),
], ],