-
-
-
+
+
+
+
-
-
-
-
-
+
+
+
+
+
+
@@ -47,6 +55,7 @@ const currentPageComponent = shallowRef('component' in current.route ? current.r
const currentPageProps = ref(current.props);
let currentRoutePath = current.route.path;
const key = ref(router.getCurrentFullPath());
+const isBackNavigation = ref(false);
router.useListener('change', ({ resolved }) => {
if (resolved == null || 'redirect' in resolved.route) return;
@@ -64,6 +73,44 @@ router.useListener('change', ({ resolved }) => {