Konstantin Ladutenko 5 年之前
父节点
当前提交
c799f1c09a
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      vue-cli3-webapp/src/App.vue

+ 3 - 3
vue-cli3-webapp/src/App.vue

@@ -343,16 +343,16 @@
             message: 'Simulation was started!',
             type: 'is-danger',
             position: 'is-bottom-left',
-            hasIcon: true});
+            });
           setTimeout(
                   () => {
                     this.runMie();
                     this.plotResults();
                     this.$buefy.notification.open({
-                      message: 'Simulation was finished!',
+                      message: 'Finished!',
                       type: 'is-success',
                       position: 'is-bottom-left',
-                      hasIcon: true})
+                      })
                     ;
                   }, 200);
         },