Comparing version 2.7.7-beta.1 to 2.7.7-beta.2
{ | ||
"name": "vux", | ||
"version": "2.7.7-beta.1", | ||
"version": "2.7.7-beta.2", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "description": "Mobile web UI based on Vue and WeUI", |
@@ -75,2 +75,5 @@ <p align="center"> | ||
`VUX` 并不是大团队维护的项目,**没有捐赠,纯靠热情**,维护者有权决定什么时候处理什么问题,什么问题不处理。 | ||
<br>**入坑请万分谨慎**。 | ||
处理 issue 是件很耗精力的事,请提交 issue 前考虑一下是否把问题说清楚了,是不是在浪费大家时间: | ||
@@ -77,0 +80,0 @@ |
@@ -151,3 +151,3 @@ import objectAssign from 'object-assign' | ||
if (me.count === 1) { | ||
return e.preventDefault() | ||
return | ||
} | ||
@@ -175,2 +175,5 @@ me._move.x = e.changedTouches[0].pageX | ||
me.touchendHandler = (e) => { | ||
if (me.count === 1) { | ||
return | ||
} | ||
me._end.x = e.changedTouches[0].pageX | ||
@@ -177,0 +180,0 @@ me._end.y = e.changedTouches[0].pageY |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2902820
91267
126