feat(icon-picker): add icon-picker component

This commit is contained in:
Vben
2021-03-01 23:11:12 +08:00
parent b476e1c84c
commit b6cea4a950
19 changed files with 2724 additions and 38 deletions

View File

@@ -6,9 +6,7 @@ const menu: MenuModule = {
menu: {
name: t('routes.demo.comp.comp'),
path: '/comp',
tag: {
dot: true,
},
children: [
{
path: 'basic',
@@ -52,9 +50,7 @@ const menu: MenuModule = {
{
path: 'table',
name: t('routes.demo.table.table'),
tag: {
dot: true,
},
children: [
{
path: 'basic',
@@ -111,16 +107,10 @@ const menu: MenuModule = {
{
path: 'editCellTable',
name: t('routes.demo.table.editCellTable'),
tag: {
dot: true,
},
},
{
path: 'editRowTable',
name: t('routes.demo.table.editRowTable'),
tag: {
dot: true,
},
},
],
},