diff --git a/frontend/src/plugins/router/index.ts b/frontend/src/plugins/router/index.ts index 0693ddb4a56..9669c45dad2 100644 --- a/frontend/src/plugins/router/index.ts +++ b/frontend/src/plugins/router/index.ts @@ -45,11 +45,10 @@ const backTransition = 'slide-x'; router.back = () => { const route = router.currentRoute; - /** + /** * Play the default page transition but reversed, to play a different effect when going * to the previous page. */ - route.value.meta.layout.transition = { enter: 'slide-x-reverse', leave: route.value.meta.layout.transition.leave ?? backTransition