wip: IconPicker 开发中

This commit is contained in:
kailong321200875
2023-09-22 14:33:59 +08:00
parent aa5deb1390
commit 1098790ee9
12 changed files with 2431 additions and 3 deletions

View File

@@ -230,6 +230,14 @@ const adminList = [
title: 'router.icon'
}
},
{
path: 'icon-picker',
component: 'views/Components/IconPicker',
name: 'IconPicker',
meta: {
title: 'router.iconPicker'
}
},
{
path: 'echart',
component: 'views/Components/Echart',
@@ -602,6 +610,7 @@ const testList: string[] = [
'/components/image-viewer',
'/components/dialog',
'/components/icon',
'/components/iconPicker',
'/components/echart',
'/components/count-to',
'/components/qrcode',