소스 검색

冲突修改

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();
       };