mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
chore(): resolve merge conflict in vue
This commit is contained in:
@ -85,13 +85,8 @@ export const IonRouterOutlet = /*@__PURE__*/ defineComponent({
|
|||||||
* to respond to this gesture, so check
|
* to respond to this gesture, so check
|
||||||
* to make sure the view is in the outlet we want.
|
* to make sure the view is in the outlet we want.
|
||||||
*/
|
*/
|
||||||
<<<<<<< HEAD
|
|
||||||
const routeInfo = ionRouter.getCurrentRouteInfo();
|
|
||||||
const enteringViewItem = viewStacks.findViewItemByRouteInfo({ pathname: routeInfo.pushedByRoute || '' }, id);
|
|
||||||
=======
|
|
||||||
const routeInfo = ionRouter.getLeavingRouteInfo();
|
const routeInfo = ionRouter.getLeavingRouteInfo();
|
||||||
const enteringViewItem = viewStacks.findViewItemByRouteInfo({ pathname: routeInfo.pushedByRoute || '' }, id, usingDeprecatedRouteSetup);
|
const enteringViewItem = viewStacks.findViewItemByRouteInfo({ pathname: routeInfo.pushedByRoute || '' }, id);
|
||||||
>>>>>>> origin/main
|
|
||||||
|
|
||||||
return !!enteringViewItem;
|
return !!enteringViewItem;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user