mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-16 18:17:31 +08:00
chore(vue): wrap isReady for potential future use (#22100)
This commit is contained in:
@ -23,6 +23,9 @@ export const createRouter = (opts: IonicVueRouterOptions) => {
|
|||||||
oldInstall(app);
|
oldInstall(app);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
const oldIsReady = router.isReady.bind(router);
|
||||||
|
router.isReady = () => oldIsReady();
|
||||||
|
|
||||||
return router;
|
return router;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user