rsbi 4 năm trước cách đây
mục cha
commit
6c2b8614ef
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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();
        }
+       **/
       }
     );
   },