Files

26 lines
469 B
TypeScript
Raw Permalink Normal View History

2026-02-10 08:05:03 +08:00
/* eslint-disable */
/**
* PMC
* */
export default {
/** 图标右上角提示信息 */
badgeProps: {
type: Object,
default: () => ({}),
},
/** 图标名称。传入对象时透传至 Icon 组件 */
icon: {
type: [String, Object],
},
/** 二级菜单 */
subTabBar: {
type: Array,
},
/** 标识符 */
value: {
type: [String, Number],
},
};