chore(Avatar): use preset system

This commit is contained in:
Benjamin Canac
2022-02-25 17:57:55 +01:00
parent 858b7da3c0
commit 55565d7079
4 changed files with 138 additions and 140 deletions

View File

@@ -68,7 +68,9 @@ const components = [
{
label: 'Avatar',
to: '/components/Avatar',
nuxt3: true
nuxt3: true,
preset: true,
capi: true
},
{
label: 'AvatarGroup',