chore: update

This commit is contained in:
Benjamin Canac
2021-12-09 17:46:13 +01:00
parent 637450495c
commit f3f40dd862
14 changed files with 219 additions and 20 deletions

View File

@@ -187,7 +187,13 @@ const components = [
},
{
label: 'Notification',
to: '/components/Notification'
to: '/components/Notification',
nuxt3: true
},
{
label: 'Notifications',
to: '/components/Notifications',
nuxt3: true
},
{
label: 'Popover',
@@ -201,7 +207,8 @@ const components = [
},
{
label: 'Tooltip',
to: '/components/Tooltip'
to: '/components/Tooltip',
nuxt3: true
}
]
</script>