浏览代码

冲突修改

Koishi 3 年之前
父节点
当前提交
94f07bfce7
共有 1 个文件被更改,包括 1 次插入1 次删除
  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();
       };