Sfoglia il codice sorgente

feat: 支持外部重置大小监听器

wxl 6 anni fa
parent
commit
95a901acff
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/components/grid.vue

+ 1 - 1
src/components/grid.vue

@@ -189,7 +189,7 @@
             }
         },
         methods: {
-            resetWatchBoxSize(){
+            resetReSize(){
                 this.boxWatchHandler.destroy();
                 this.boxWatchHandler = new watchBoxSize(this.$el, () => {
                     this.initCols();