se te olvido la lap bro, logout, nuxtconfig, package.json, admin index

This commit is contained in:
Marco
2022-05-09 18:34:55 -05:00
parent 4264ecccb1
commit 0efacc45e1
5 changed files with 63 additions and 18 deletions
+2 -2
View File
@@ -33,8 +33,8 @@ export default {
},
},
created() {
if (!localStorage.getItem('usuario'))
this.cerrarSesion()
// if (!localStorage.getItem('usuario'))
// this.cerrarSesion()
},
}
</script>