This repository was archived by the owner on Dec 26, 2018. It is now read-only.

Description
After updating to the latest vue (2.1.8) getting the following error using vue-touch v1.1.0
Cannot read property 'priority' of undefined
It is caused by:
Vue.directive('touch', {
isFn: true,
acceptStatement: true,
priority: Vue.directive('on').priority,
Looks like Vue.directive('on') now returns undefined. Assume that it previously returned an object.