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

Description
I have my:
const Vue = require('vue/dist/vue.min');
const VueTouch = require('vue-touch/vue-touch.min.js');
Vue.use(VueTouch);
Then I add:
v-touch:swipeleft="fn"
To one of my pages elements, but as soon as i add the html attribute the page will break and wont load with the error in the title.
The error occurs in the bind event for vue touch at the start.
This is with vue 2.0.3