Esqueleto presupuesto

This commit is contained in:
2021-05-10 23:34:58 -05:00
parent a05bc18d5a
commit e3abbfd0dc
17 changed files with 677 additions and 29 deletions

View File

@@ -120,6 +120,10 @@ export default {
return this.$slots.default;
}
},
mounted() {
this.$store.dispatch("getCategorias");
this.$store.dispatch("getMetodos");
},
methods: {
toggleMenu() {
this.$emit('change', !this.show);