rsbi 4 년 전
부모
커밋
6c2b8614ef
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/view/portal/LayoutView.vue

+ 2 - 0
src/view/portal/LayoutView.vue

@@ -92,9 +92,11 @@ export default {
   mounted() {
     $(window).resize(()=>{
        this.resizeChart();
+       /**
        if(this.selfAdaption == true){
          this.$forceUpdate();
        }
+       **/
       }
     );
   },