Koishi hace 3 años
padre
commit
94f07bfce7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/components/chart/line/double-line-chart.vue

+ 1 - 1
src/components/chart/line/double-line-chart.vue

@@ -257,7 +257,7 @@ export default {
       chart.clear();
       chart.setOption(option);
 
-      this.resize = function () {
+      this.resize = function() {
         chart.resize();
       };