diff --git a/main/waterfall.vue b/main/waterfall.vue index 7824dc8..4511c81 100644 --- a/main/waterfall.vue +++ b/main/waterfall.vue @@ -243,7 +243,6 @@ export default { } }, async resize(index, elements) { - console.log('resize') //resize and render this.isresizing = true; this.routeChanged = false; // 重置routeChanged diff --git a/package.json b/package.json index e581ac4..30ac61c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-waterfall2", - "version": "2.0.4", + "version": "2.0.5", "description": "waterfall adaptive plugin for vue and support lazy load , very easy! ", "author": "Devin ", "private": false,