Quitada chismosa
This commit is contained in:
parent
973d099bf1
commit
3949cf3400
1 changed files with 2 additions and 3 deletions
|
@ -9,8 +9,8 @@ import DevolucionesModal from "./DevolucionesModal.vue";
|
|||
export default defineComponent({
|
||||
components: { DevolucionesModal, CategoriasContainer, ProductosContainer, Chismosa },
|
||||
computed: {
|
||||
...mapState('ui',["show_chismosa","show_devoluciones"])
|
||||
},
|
||||
...mapState('ui', ["show_chismosa", "show_devoluciones"])
|
||||
}
|
||||
})
|
||||
</script>
|
||||
|
||||
|
@ -18,7 +18,6 @@ export default defineComponent({
|
|||
<div class="columns ml-3 mr-3" v-else>
|
||||
<categorias-container :class="show_chismosa ? 'hide-below-1024' : ''"></categorias-container>
|
||||
<productos-container :class="show_chismosa ? 'hide-below-1024' : ''"></productos-container>
|
||||
<chismosa v-show="show_chismosa"></chismosa>
|
||||
<devoluciones-modal v-show="show_devoluciones"></devoluciones-modal>
|
||||
</div>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Reference in a new issue