mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-15 09:34:19 +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);
|
||||
};
|
||||
|
||||
const oldIsReady = router.isReady.bind(router);
|
||||
router.isReady = () => oldIsReady();
|
||||
|
||||
return router;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user