chore(Badge): add preset system

This commit is contained in:
Benjamin Canac
2022-01-06 17:33:34 +01:00
parent 1febb60f9c
commit 1caa6d146a
3 changed files with 44 additions and 42 deletions

View File

@@ -78,7 +78,9 @@ const components = [
{
label: 'Badge',
to: '/components/Badge',
nuxt3: true
nuxt3: true,
capi: true,
preset: true
},
{
label: 'Button',