proceso y presentacion

This commit is contained in:
casnet1
2020-09-07 14:27:10 -05:00
parent 216cac71c8
commit cbf47c7709
11 changed files with 868 additions and 16 deletions
+8 -1
View File
@@ -26,7 +26,9 @@
>
</li>
<li class="nav-item">
<a class="nav-link text-white" href="#">Presentacion</a>
<a class="nav-link text-white" href="#" @click="presentacion()"
>Presentacion</a
>
</li>
<li class="nav-item ">
@@ -188,6 +190,11 @@ export default {
location.reload();
});
},
presentacion() {
this.$router.push("/presentacion").catch(() => {
location.reload();
});
},
async tema(categoria) {
window.localStorage.setItem("categoria", categoria);
this.$router.push("/tema").catch(() => {