提交 477d228c 编写于 作者: D dolymood

feat(image-preview): support longTapSave to control bs click option

上级 5220a346
......@@ -77,9 +77,15 @@
type: Number,
default: 400
},
longTapSave: {
type: Boolean,
default: false
},
preventDefault: {
type: Boolean,
default: true
default() {
return !this.longTapSave
}
}
},
data() {
......@@ -91,6 +97,7 @@
left: true,
right: true
},
click: !this.longTapSave,
useTransition: !isAndroid,
probeType: 3,
preventDefault: this.preventDefault
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册