From 08633003c2e0ed50005737a927b5e37d40d992e2 Mon Sep 17 00:00:00 2001 From: Andres2908 Date: Wed, 11 May 2022 09:34:19 -0500 Subject: [PATCH] api --- components/Login.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Login.vue b/components/Login.vue index 9f54328..14d07a0 100644 --- a/components/Login.vue +++ b/components/Login.vue @@ -111,7 +111,7 @@ export default { this.updateIsLoading(false) if (this.selector === 'impresiones') { - this.$router.push(`/impresion`) + this.$router.push('/impresion') } else { this.$router.push('/registro') }