Skip to content

Commit 50c5ab5

Browse files
committed
await追加
1 parent daa3697 commit 50c5ab5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/user/editUserData.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ export default Vue.extend<Data, Methods, Computed, unknown>({
217217
// })
218218
}
219219
}
220-
this.$router.push('/edit')
220+
await this.$router.push('/edit')
221221
},
222222
async doLogout(): Promise<void> {
223223
try {

0 commit comments

Comments
 (0)