This commit is contained in:
Raistlin916 2017-08-09 12:17:26 +08:00
parent 5050275b1d
commit efbdc0d76f

View File

@ -36,11 +36,6 @@ export default {
},
mounted() {
const pages = this.$el.querySelectorAll('.van-swipe-item')
if (pages.length <= 1) {
return
}
this.input = new Input(this.$el, {
listenMoving: true
});