Formato
This commit is contained in:
parent
59b6c29508
commit
dd30726d10
1 changed files with 4 additions and 4 deletions
|
@ -53,10 +53,10 @@
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import ChismosaDropdown from '../pedidos/ChismosaDropdown.vue';
|
import ChismosaDropdown from '../pedidos/ChismosaDropdown.vue';
|
||||||
import {mapActions} from "vuex";
|
import { mapActions } from "vuex";
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
components: {ChismosaDropdown},
|
components: { ChismosaDropdown },
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
burgerActiva: false,
|
burgerActiva: false,
|
||||||
|
@ -71,8 +71,8 @@ export default {
|
||||||
buscar() {
|
buscar() {
|
||||||
if (this.burgerActiva)
|
if (this.burgerActiva)
|
||||||
this.toggleBurger();
|
this.toggleBurger();
|
||||||
this.filtrarProductos({filtro: "nombre", valor: this.searchString});
|
this.filtrarProductos({ filtro: "nombre", valor: this.searchString });
|
||||||
Event.$emit('migas-agregar', {nombre: this.searchString});
|
Event.$emit('migas-agregar', { nombre: this.searchString });
|
||||||
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue