funcion/refactor-general #45

Merged
atasistro merged 240 commits from funcion/refactor-general into master 2025-06-19 21:10:19 -03:00
Showing only changes of commit 85fa9f1e9b - Show all commits

View file

@ -22,7 +22,7 @@ import { mapActions, mapMutations, mapState } from "vuex";
export default {
name: 'CategoriasContainer',
computed: {
...mapState('productos',["categorias", "filtro"]),
...mapState('productos', ["categorias", "filtro"]),
visible() {
return this.filtro === null;
}