funcion/refactor-general #45

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

View file

@ -20,7 +20,7 @@ export default {
} }
}, },
methods: { methods: {
...mapActions('productos', ["init"]), ...mapActions('productos',["init"]),
}, },
async mounted() { async mounted() {
await this.init(); await this.init();