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

@@ -62,7 +62,6 @@ export const actions = {
this.$axios.get("/categoria", axiosHeader)
.then(res => {
this.commit("setCategorias", res.data.data);
@@ -91,4 +90,5 @@ export const actions = {
}
}