playground-vue(app): add missing components

This commit is contained in:
Benjamin Canac
2025-02-16 12:28:02 +01:00
parent cbaf9ec776
commit b6d771d427

View File

@@ -28,10 +28,12 @@ const components = [
'button',
'button-group',
'card',
'calendar',
'carousel',
'checkbox',
'chip',
'collapsible',
'color-picker',
'context-menu',
'command-palette',
'drawer',
@@ -40,6 +42,7 @@ const components = [
'form-field',
'input',
'input-menu',
'input-number',
'kbd',
'link',
'modal',
@@ -56,8 +59,10 @@ const components = [
'skeleton',
'slideover',
'slider',
'stepper',
'switch',
'tabs',
'table',
'textarea',
'toast',
'tooltip'