mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-28 00:42:12 +08:00
feat(icon-picker): add icon-picker component
This commit is contained in:
@@ -14,6 +14,9 @@ const menu: MenuModule = {
|
||||
{
|
||||
path: 'icon',
|
||||
name: t('routes.demo.feat.icon'),
|
||||
tag: {
|
||||
content: 'new',
|
||||
},
|
||||
},
|
||||
{
|
||||
path: 'tabs',
|
||||
@@ -51,9 +54,6 @@ const menu: MenuModule = {
|
||||
{
|
||||
path: 'ripple',
|
||||
name: t('routes.demo.feat.ripple'),
|
||||
tag: {
|
||||
content: 'new',
|
||||
},
|
||||
},
|
||||
{
|
||||
path: 'full-screen',
|
||||
@@ -89,9 +89,7 @@ const menu: MenuModule = {
|
||||
{
|
||||
name: t('routes.demo.feat.breadcrumb'),
|
||||
path: 'breadcrumb',
|
||||
tag: {
|
||||
content: 'new',
|
||||
},
|
||||
|
||||
children: [
|
||||
{
|
||||
path: 'flat',
|
||||
|
Reference in New Issue
Block a user