pet/uni_modules/uview-next/libs/config/props/tabsItem.js

25 lines
625 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*
* @Author : LQ
* @Description :
* @version : 1.0
* @Date : 2021-08-20 16:44:21
* @LastAuthor : LQ
* @lastTime : 2021-08-20 17:23:14
* @FilePath : /u-view2.0/uview-ui/libs/config/props/tabs.js
*/
export default {
tabsItem: {
// 标签的名称作为与u-tabs的current参数匹配的标识符
name: null,
// 标签显示的文本
label: '',
// 是否禁用此标签
disabled: false,
// 右上角的角标提示信息
badge: null,
// 是否显示圆点将会覆盖badge参数
dot: false
}
}