From 9ab4955166b7b1370fc2a49b152353241ca9e64a Mon Sep 17 00:00:00 2001 From: jiangping <jp@doumee.com> Date: 星期一, 16 十月 2023 09:22:23 +0800 Subject: [PATCH] 小程序 --- minipro_standard/uni_modules/uview-ui/components/u-tabbar/props.js | 44 -------------------------------------------- 1 files changed, 0 insertions(+), 44 deletions(-) diff --git a/minipro_standard/uni_modules/uview-ui/components/u-tabbar/props.js b/minipro_standard/uni_modules/uview-ui/components/u-tabbar/props.js index 7f8171c..e69de29 100644 --- a/minipro_standard/uni_modules/uview-ui/components/u-tabbar/props.js +++ b/minipro_standard/uni_modules/uview-ui/components/u-tabbar/props.js @@ -1,44 +0,0 @@ -export default { - props: { - // 褰撳墠鍖归厤椤圭殑name - value: { - type: [String, Number, null], - default: uni.$u.props.tabbar.value - }, - // 鏄惁涓篿PhoneX鐣欏嚭搴曢儴瀹夊叏璺濈 - safeAreaInsetBottom: { - type: Boolean, - default: uni.$u.props.tabbar.safeAreaInsetBottom - }, - // 鏄惁鏄剧ず涓婃柟杈规 - border: { - type: Boolean, - default: uni.$u.props.tabbar.border - }, - // 鍏冪礌灞傜骇z-index - zIndex: { - type: [String, Number], - default: uni.$u.props.tabbar.zIndex - }, - // 閫変腑鏍囩鐨勯鑹� - activeColor: { - type: String, - default: uni.$u.props.tabbar.activeColor - }, - // 鏈�変腑鏍囩鐨勯鑹� - inactiveColor: { - type: String, - default: uni.$u.props.tabbar.inactiveColor - }, - // 鏄惁鍥哄畾鍦ㄥ簳閮� - fixed: { - type: Boolean, - default: uni.$u.props.tabbar.fixed - }, - // fixed瀹氫綅鍥哄畾鍦ㄥ簳閮ㄦ椂锛屾槸鍚︾敓鎴愪竴涓瓑楂樺厓绱犻槻姝㈠闄� - placeholder: { - type: Boolean, - default: uni.$u.props.tabbar.placeholder - } - } -} -- Gitblit v1.9.3