提交 2167bfbb 编写于 作者: D DCloud_LXH

fix(h5): showModal props error fixed #3739

上级 5d56184c
......@@ -23,7 +23,9 @@ export const ShowModalOptions: ApiOptions<API_TYPE_SHOW_MODAL> = {
formatArgs: {
title: '',
content: '',
placeholderText: '',
showCancel: true,
editable: false,
cancelText(_value, params) {
if (!hasOwn(params, 'cancelText')) {
const { t } = useI18n()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册