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 {
|
export default {
|
||||||
name: 'CategoriasContainer',
|
name: 'CategoriasContainer',
|
||||||
computed: {
|
computed: {
|
||||||
...mapState('productos',["categorias", "filtro"]),
|
...mapState('productos', ["categorias", "filtro"]),
|
||||||
visible() {
|
visible() {
|
||||||
return this.filtro === null;
|
return this.filtro === null;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue