mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
fix(vue): switching between tabs and going back resolves to correct route (#25206)
resolves #24303
This commit is contained in:
@ -38,7 +38,7 @@ window.addEventListener('unhandledrejection', (err) => {
|
||||
});
|
||||
|
||||
const app = createApp(App)
|
||||
.use(IonicVue)
|
||||
.use(IonicVue, { hardwareBackButton: true })
|
||||
.use(router);
|
||||
|
||||
router.isReady().then(() => {
|
||||
|
Reference in New Issue
Block a user