* FadeIn for Dialog fix #6
This commit is contained in:
@@ -27,7 +27,8 @@ export default {
|
||||
state.serverInfo = info;
|
||||
},
|
||||
addPopUp(state, item) {
|
||||
state.popups.push(item);
|
||||
item.time = Date.now();
|
||||
state.popups.unshift(item);
|
||||
},
|
||||
removePopUp(state, item) {
|
||||
let index = state.popups.indexOf(item);
|
||||
|
||||
Reference in New Issue
Block a user