chore(touch-emulator): release 1.2.0

This commit is contained in:
陈嘉涵 2019-11-26 20:29:45 +08:00
parent fe0e930ed0
commit a08d7357f3
2 changed files with 1 additions and 2 deletions

View File

@ -104,7 +104,6 @@ function onMouse(touchType) {
return
}
// The EventTarget on which the touch point started when it was first placed on the surface,
// even if the touch point has since moved outside the interactive area of that element.
// also, when the target doesnt exist anymore, we update it

View File

@ -1,6 +1,6 @@
{
"name": "@vant/touch-emulator",
"version": "1.1.0",
"version": "1.2.0",
"description": "Vant touch emulator",
"main": "index.js",
"publishConfig": {