style: SidebarItem 组件

This commit is contained in:
pany
2022-10-08 15:19:36 +08:00
parent 5c0a8379c2
commit ce8c736043
5 changed files with 26 additions and 16 deletions

View File

@@ -11,7 +11,7 @@ declare module "vue-router" {
*/
svgIcon?: string
/**
* 设置该路由的图标,集成 Element Plus 的 icon 库
* 设置该路由的图标,直接使用 Element Plus 的 Icon与 svgIcon 同时设置时svgIcon 将优先生效)
*/
elIcon?: string
/**