WIP: funcion/faltantes-y-sobrantes #52

Draft
atasistro wants to merge 39 commits from funcion/faltantes-y-sobrantes into master
Showing only changes of commit d7710c306b - Show all commits

View file

@ -84,6 +84,9 @@ const actions = {
migasOllas({ commit }) { migasOllas({ commit }) {
commit("migasOllas"); commit("migasOllas");
}, },
toggleFaltantesYSobrantes({ commit }) {
commit("toggleFaltantesYSobrantes");
}
}; };
export default { export default {