diff --git a/example/example.vue b/example/example.vue index 971f31e..284ca70 100644 --- a/example/example.vue +++ b/example/example.vue @@ -6,7 +6,7 @@ Slide2 Slide3 - +

Change swipe

@@ -18,7 +18,7 @@ - +

Drag single swipe

diff --git a/example/index.html b/example/index.html index 7de2989..0399475 100644 --- a/example/index.html +++ b/example/index.html @@ -4,12 +4,12 @@ + vue-swipe examples
- - + diff --git a/example/index.js b/example/index.js index c19e029..e01653b 100644 --- a/example/index.js +++ b/example/index.js @@ -1,3 +1,4 @@ +import Vue from 'vue'; import Example from './example.vue'; new Vue({