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') }