mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-02-04 13:50:20 -07:00
* Fix #6448 * Use nextTick
This commit is contained in:
parent
effeeafe9a
commit
c54f0ac09c
1 changed files with 3 additions and 1 deletions
|
@ -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 a new issue