WIP: funcion/faltantes-y-sobrantes #52
1 changed files with 3 additions and 0 deletions
|
|
@ -84,6 +84,9 @@ const actions = {
|
|||
migasOllas({ commit }) {
|
||||
commit("migasOllas");
|
||||
},
|
||||
toggleFaltantesYSobrantes({ commit }) {
|
||||
commit("toggleFaltantesYSobrantes");
|
||||
}
|
||||
};
|
||||
|
||||
export default {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue