refactor(client): specify global scope
This commit is contained in:
@@ -169,7 +169,7 @@ export default defineComponent({
|
||||
window.close();
|
||||
|
||||
// 閉じなければ100ms後タイムラインに
|
||||
setTimeout(() => {
|
||||
window.setTimeout(() => {
|
||||
this.$router.push('/');
|
||||
}, 100);
|
||||
}
|
||||
|
Reference in New Issue
Block a user