mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
fix: 新增切换按钮
This commit is contained in:
+6
-3
@@ -33,8 +33,9 @@ import {
|
||||
BarChart as BarChartIcon,
|
||||
Layers as LayersIcon,
|
||||
Prism as PrismIcon,
|
||||
CubeOutline as CubeIcon,
|
||||
ChevronBackOutline as ChevronBackOutlineIcon
|
||||
Cube as CubeIcon,
|
||||
ChevronBackOutline as ChevronBackOutlineIcon,
|
||||
Flash as FlashIcon
|
||||
} from '@vicons/ionicons5'
|
||||
|
||||
// ionicons5 在这里
|
||||
@@ -110,7 +111,9 @@ const ionicons5 = {
|
||||
// 正方体
|
||||
CubeIcon,
|
||||
// 折叠/回退
|
||||
ChevronBackOutlineIcon
|
||||
ChevronBackOutlineIcon,
|
||||
// 后端数据(闪电)
|
||||
FlashIcon
|
||||
}
|
||||
|
||||
// https://www.xicons.org/#/ 还有很多
|
||||
|
||||
Reference in New Issue
Block a user