Files
lingxiao865 c5af079d8c first commit
2026-02-10 08:05:03 +08:00

26 lines
469 B
TypeScript

/* eslint-disable */
/**
* 该文件为脚本自动生成文件,请勿随意修改。如需修改请联系 PMC
* */
export default {
/** 图标右上角提示信息 */
badgeProps: {
type: Object,
default: () => ({}),
},
/** 图标名称。传入对象时透传至 Icon 组件 */
icon: {
type: [String, Object],
},
/** 二级菜单 */
subTabBar: {
type: Array,
},
/** 标识符 */
value: {
type: [String, Number],
},
};