feat(Slideover): preset support (#68)

Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
Sylvain Marroufin
2022-07-11 16:00:45 +02:00
committed by GitHub
parent 6e616408ea
commit 5b4e4f8648
4 changed files with 60 additions and 8 deletions

View File

@@ -77,6 +77,7 @@ const components = [
label: 'AvatarGroup',
to: '/components/AvatarGroup',
nuxt3: true,
capi: true,
typescript: true
},
{
@@ -129,6 +130,7 @@ const components = [
label: 'Alert',
to: '/components/Alert',
nuxt3: true,
capi: true,
typescript: true
},
{
@@ -181,6 +183,8 @@ const components = [
{
label: 'SelectCustom',
to: '/components/SelectCustom',
capi: true,
preset: true,
typescript: true
},
{
@@ -265,6 +269,7 @@ const components = [
to: '/components/Slideover',
nuxt3: true,
capi: true,
preset: true,
typescript: true
},
{