Browse Source

fix: progress del setTimeout

richard1015 5 years ago
parent
commit
96e71af416
1 changed files with 0 additions and 5 deletions
  1. 0 5
      src/packages/progress/demo.vue

+ 0 - 5
src/packages/progress/demo.vue

@@ -107,11 +107,6 @@ export default {
       size:'small'
       size:'small'
     };
     };
   },
   },
-  mounted(){
-    setTimeout(() => {
-      this.size='large';
-    }, 3000);
-  },
   methods: {
   methods: {
     setAddVal() {
     setAddVal() {
       if (this.val >= 100) {
       if (this.val >= 100) {