소스 검색

types: 扩展user-dropdown组件的menus类型,支持iconify (#6283)

Co-authored-by: 车文烨 <chewy@china-lehua.com>
chewenye 3 달 전
부모
커밋
ea776aa710
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 5 1
      packages/effects/layouts/src/widgets/user-dropdown/user-dropdown.vue

+ 5 - 1
packages/effects/layouts/src/widgets/user-dropdown/user-dropdown.vue

@@ -46,7 +46,11 @@ interface Props {
   /**
    * 菜单数组
    */
-  menus?: Array<{ handler: AnyFunction; icon?: Component; text: string }>;
+  menus?: Array<{
+    handler: AnyFunction;
+    icon?: Component | Function | string;
+    text: string;
+  }>;
 
   /**
    * 标签文本