Koishi il y a 3 ans
Parent
commit
94f07bfce7
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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();
       };