funcion/refactor-general #45

Open
atasistro wants to merge 111 commits from funcion/refactor-general into master
Showing only changes of commit 8fbfa75144 - Show all commits

View file

@ -21,9 +21,11 @@ export default {
}, },
methods: { methods: {
...mapActions('productos',["init"]), ...mapActions('productos',["init"]),
...mapActions('pedido',["getPedido"]),
}, },
async mounted() { async mounted() {
await this.init(); await this.init();
await this.getPedido();
Event.$on('toggle-chismosa', (activa) => { Event.$on('toggle-chismosa', (activa) => {
this.chismosaActiva = activa; this.chismosaActiva = activa;
}); });