formato
This commit is contained in:
parent
c8d1969352
commit
85fa9f1e9b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue