rsbi il y a 4 ans
Parent
commit
6c2b8614ef
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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();
        }
+       **/
       }
     );
   },