Authored by yyq

fix

@@ -26,6 +26,9 @@ export default { @@ -26,6 +26,9 @@ export default {
26 }, 26 },
27 init() { 27 init() {
28 this.$refs.scroll.init(); 28 this.$refs.scroll.init();
  29 + },
  30 + clear() {
  31 + this.$refs.scroll.clear();
29 } 32 }
30 }, 33 },
31 }; 34 };