optimize Message style

optimize Message style
This commit is contained in:
梁灏 2016-11-03 17:02:36 +08:00
parent b094c2b6b7
commit 4901af54c5
4 changed files with 5 additions and 5 deletions

View file

@ -38,7 +38,7 @@
},
methods: {
info () {
Message.info('欢迎来到iView', 3, () => {
Message.info('欢迎来到iView', 1000, () => {
console.log('close info');
});
},