* Fix #6448 * Use nextTick
This commit is contained in:
parent
99955f0af9
commit
93aba74463
|
@ -494,9 +494,11 @@ export default Vue.extend({
|
||||||
...i,
|
...i,
|
||||||
token: token
|
token: token
|
||||||
}).then(() => {
|
}).then(() => {
|
||||||
|
this.$nextTick(() => {
|
||||||
location.reload();
|
location.reload();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
async onNotification(notification) {
|
async onNotification(notification) {
|
||||||
|
|
Loading…
Reference in New Issue