first commit
This commit is contained in:
25
uni_modules/tdesign-uniapp/components/tab-bar-item/props.ts
Normal file
25
uni_modules/tdesign-uniapp/components/tab-bar-item/props.ts
Normal file
@@ -0,0 +1,25 @@
|
||||
/* eslint-disable */
|
||||
|
||||
/**
|
||||
* 该文件为脚本自动生成文件,请勿随意修改。如需修改请联系 PMC
|
||||
* */
|
||||
|
||||
export default {
|
||||
/** 图标右上角提示信息 */
|
||||
badgeProps: {
|
||||
type: Object,
|
||||
default: () => ({}),
|
||||
},
|
||||
/** 图标名称。传入对象时透传至 Icon 组件 */
|
||||
icon: {
|
||||
type: [String, Object],
|
||||
},
|
||||
/** 二级菜单 */
|
||||
subTabBar: {
|
||||
type: Array,
|
||||
},
|
||||
/** 标识符 */
|
||||
value: {
|
||||
type: [String, Number],
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user