diff --git a/ui/src/main.js b/ui/src/main.js index ed24114..4ed8897 100644 --- a/ui/src/main.js +++ b/ui/src/main.js @@ -17,3 +17,8 @@ new Vue({ store, render: (h) => h(App), }).$mount("#app"); + +Vue.prototype.$message.config({ + duration: 1, + maxCount: 1, +});