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: {
...mapActions('productos',["init"]),
...mapActions('pedido',["getPedido"]),
},
async mounted() {
await this.init();
await this.getPedido();
Event.$on('toggle-chismosa', (activa) => {
this.chismosaActiva = activa;
});