feat: add VbenButtonGroup
and VbenCheckButtonGroup
with demo (#5591)
* 添加按钮组、选择按钮组以及相应的Demo
This commit is contained in:
@@ -299,6 +299,15 @@ const routes: RouteRecordRaw[] = [
|
||||
title: 'Loading',
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'ButtonGroup',
|
||||
path: '/examples/button-group',
|
||||
component: () => import('#/views/examples/button-group/index.vue'),
|
||||
meta: {
|
||||
icon: 'mdi:check-circle',
|
||||
title: $t('examples.button-group.title'),
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
];
|
||||
|
Reference in New Issue
Block a user