This commit is contained in:
Alejandro Tasistro 2025-05-21 21:30:10 -03:00
parent fff9b5b65f
commit 1610acfbe7

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();