mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-18 22:11:43 +01:00
feat(Icon): use @antfu/nuxt-icon-poc (#76)
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
This commit is contained in:
@@ -40,7 +40,10 @@ export default defineNuxtModule<ModuleOptions>({
|
||||
|
||||
addVitePlugin(tailwindcss)
|
||||
|
||||
await installModule('nuxt-icon')
|
||||
await installModule('@antfu/nuxt-icon-poc', {
|
||||
componentName: 'UIcon',
|
||||
cssLayer: 'components'
|
||||
})
|
||||
// await installModule('@nuxtjs/color-mode', { classSuffix: '' })
|
||||
|
||||
addPlugin({
|
||||
|
||||
Reference in New Issue
Block a user