Skip to content

Commit

Permalink
Navigation should be sync
Browse files Browse the repository at this point in the history
  • Loading branch information
yanfali committed May 29, 2022
1 parent 0356f31 commit a3c5d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ControllerBottom.vue
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ export default {
});
},
async testKeys() {
this.$router.push('/test').catch((err) => {
await this.$router.push('/test').catch((err) => {
if (isNavigationFailure(err, NavigationFailureType.duplicated)) {
return;
}
Expand Down

0 comments on commit a3c5d2d

Please sign in to comment.