Esqueleto presupuesto
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user