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