From 64b432916af9c9218ab3f3eca614e26c542142ae Mon Sep 17 00:00:00 2001 From: jiangping <jp@doumee.com> Date: 星期二, 07 十一月 2023 15:47:13 +0800 Subject: [PATCH] bug --- minipro_standard/uni_modules/uview-ui/components/u-dropdown-item/props.js | 70 +++++++++++++++++----------------- 1 files changed, 35 insertions(+), 35 deletions(-) diff --git a/minipro_standard/uni_modules/uview-ui/components/u-dropdown-item/props.js b/minipro_standard/uni_modules/uview-ui/components/u-dropdown-item/props.js index c73fb3b..501a1f0 100644 --- a/minipro_standard/uni_modules/uview-ui/components/u-dropdown-item/props.js +++ b/minipro_standard/uni_modules/uview-ui/components/u-dropdown-item/props.js @@ -1,36 +1,36 @@ -export default { - props: { - // 褰撳墠閫変腑椤圭殑value鍊� - value: { - type: [Number, String, Array], - default: '' - }, - // 鑿滃崟椤规爣棰� - title: { - type: [String, Number], - default: '' - }, - // 閫夐」鏁版嵁锛屽鏋滀紶鍏ヤ簡榛樿slot锛屾鍙傛暟鏃犳晥 - options: { - type: Array, - default() { - return [] - } - }, - // 鏄惁绂佺敤姝よ彍鍗曢」 - disabled: { - type: Boolean, - default: false - }, - // 涓嬫媺寮圭獥鐨勯珮搴� - height: { - type: [Number, String], - default: 'auto' - }, - // 鐐瑰嚮閬僵鏄惁鍙互鏀惰捣寮圭獥 - closeOnClickOverlay: { - type: Boolean, - default: true - } - } +export default { + props: { + // 褰撳墠閫変腑椤圭殑value鍊� + value: { + type: [Number, String, Array], + default: '' + }, + // 鑿滃崟椤规爣棰� + title: { + type: [String, Number], + default: '' + }, + // 閫夐」鏁版嵁锛屽鏋滀紶鍏ヤ簡榛樿slot锛屾鍙傛暟鏃犳晥 + options: { + type: Array, + default() { + return [] + } + }, + // 鏄惁绂佺敤姝よ彍鍗曢」 + disabled: { + type: Boolean, + default: false + }, + // 涓嬫媺寮圭獥鐨勯珮搴� + height: { + type: [Number, String], + default: 'auto' + }, + // 鐐瑰嚮閬僵鏄惁鍙互鏀惰捣寮圭獥 + closeOnClickOverlay: { + type: Boolean, + default: true + } + } } -- Gitblit v1.9.3