vue3-touch-events
Advanced tools
Comparing version 3.1.0 to 3.1.1
{ | ||
"name": "vue3-touch-events", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "Simple touch events support for vue.js 3", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -1,2 +0,2 @@ | ||
# vue-touch-events [![](https://img.shields.io/npm/v/vue3-touch-events.svg)](https://www.npmjs.com/package/vue3-touch-events) | ||
# vue3-touch-events [![](https://img.shields.io/npm/v/vue3-touch-events.svg)](https://www.npmjs.com/package/vue3-touch-events) | ||
@@ -104,3 +104,3 @@ Enable tap / swipe / touch / hold / mouse down / mouse up events for vue.js 3.x. | ||
If you use vue and this plugin in UMD way (in a script tag) , this plugin is auto used. So it's not necessary to wirte `Vue.use(Vue2TouchEvents)`. | ||
If you use vue and this plugin in UMD way (in a script tag) , this plugin is auto used. So it's not necessary to wirte `Vue.use(Vue3TouchEvents)`. | ||
@@ -117,3 +117,3 @@ ```html | ||
```js | ||
Vue.use(Vue2TouchEvents, { | ||
Vue.use(Vue3TouchEvents, { | ||
disableClick: false, | ||
@@ -120,0 +120,0 @@ touchClass: "", |
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
24340