Body espera a cargar productos y categorias
This commit is contained in:
parent
0836584192
commit
e82dd59c34
1 changed files with 21 additions and 17 deletions
|
@ -19,7 +19,11 @@
|
||||||
chismosaActiva: false,
|
chismosaActiva: false,
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
mounted() {
|
methods: {
|
||||||
|
...mapActions('productos', ["init"]),
|
||||||
|
},
|
||||||
|
async mounted() {
|
||||||
|
await this.init();
|
||||||
Event.$on('toggle-chismosa', (activa) => {
|
Event.$on('toggle-chismosa', (activa) => {
|
||||||
this.chismosaActiva = activa;
|
this.chismosaActiva = activa;
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue