提交 921e74ad 编写于 作者: fxy060608's avatar fxy060608

chore: build

上级 80fffb1a
......@@ -18198,11 +18198,11 @@ const modal = /* @__PURE__ */ defineComponent({
"onTouchmove": onEventPrevent
}, [VNODE_MASK, createVNode("div", {
"class": "uni-modal"
}, [title && createVNode("div", {
}, [title || createVNode("div", {
"class": "uni-modal__hd"
}, [createVNode("strong", {
"class": "uni-modal__title",
"textContent": title
"textContent": title || ""
}, null, 8, ["textContent"])]), editable ? createVNode("textarea", {
"class": "uni-modal__textarea",
"rows": "1",
......
......@@ -21398,7 +21398,7 @@ const props$6 = {
},
confirmColor: {
type: String,
// @ts-ignore
// @ts-expect-error
default: "#007aff"
},
visible: {
......@@ -21447,12 +21447,7 @@ const modal = /* @__PURE__ */ defineComponent({
"onTouchmove": onEventPrevent
}, [VNODE_MASK, createVNode("div", {
"class": "uni-modal"
}, [title && createVNode("div", {
"class": "uni-modal__hd"
}, [createVNode("strong", {
"class": "uni-modal__title",
"textContent": title
}, null, 8, ["textContent"])]), editable ? createVNode("textarea", {
}, [title || false, editable ? createVNode("textarea", {
"class": "uni-modal__textarea",
"rows": "1",
"placeholder": placeholderText,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册