mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-23 12:43:08 +02:00
* Fix #6448 * Use nextTick
This commit is contained in:
parent
99955f0af9
commit
93aba74463
1 changed files with 3 additions and 1 deletions
|
@ -494,7 +494,9 @@ export default Vue.extend({
|
|||
...i,
|
||||
token: token
|
||||
}).then(() => {
|
||||
location.reload();
|
||||
this.$nextTick(() => {
|
||||
location.reload();
|
||||
});
|
||||
});
|
||||
});
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue