提交 2c765045 编写于 作者: fxy060608's avatar fxy060608

fix(h5): improve hover

上级 6288bb20
......@@ -14,16 +14,16 @@ export default {
default: false
},
hoverStartTime: {
type: Number,
type: [Number, String],
default: 50
},
hoverStayTime: {
type: Number,
type: [Number, String],
default: 400
}
},
methods: {
_hoverTouchStart (evt) {
_hoverTouchStart (evt) {
// TODO detect scrolling
if (evt._hoverPropagationStopped) {
return
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册