From 79d0eb5d035c59b780594893d35aac9187852b37 Mon Sep 17 00:00:00 2001 From: ogerly Date: Wed, 25 May 2022 10:33:22 +0200 Subject: [PATCH] chenage event name from is-mobile-start to set-mobile-start --- frontend/src/layouts/AuthLayout.vue | 4 ++-- frontend/src/pages/ResetPassword.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/layouts/AuthLayout.vue b/frontend/src/layouts/AuthLayout.vue index e66f19fc3..42b232e88 100644 --- a/frontend/src/layouts/AuthLayout.vue +++ b/frontend/src/layouts/AuthLayout.vue @@ -3,7 +3,7 @@
@@ -73,7 +73,7 @@ - +
diff --git a/frontend/src/pages/ResetPassword.vue b/frontend/src/pages/ResetPassword.vue index 4a42faa08..61a5621e3 100644 --- a/frontend/src/pages/ResetPassword.vue +++ b/frontend/src/pages/ResetPassword.vue @@ -106,7 +106,7 @@ export default { }, }, created() { - this.$emit('is-mobile-start', false) + this.$emit('set-mobile-start', false) this.setDisplaySetup() }, }