category qosishsh to'g'irlandi

This commit is contained in:
2026-04-29 14:04:56 +05:00
parent a28f552f96
commit efc648bcd7
3 changed files with 57 additions and 20 deletions

View File

@@ -50,7 +50,7 @@
<multiselect v-model="compilations"
placeholder="Искать"
label="name"
track-by="name"
track-by="id"
:options="products"
:option-height="104"
:custom-label="customLabel"
@@ -168,7 +168,7 @@
}),
mounted() {
this.SearchProduct('');
},
methods: {

View File

@@ -50,7 +50,7 @@
<multiselect v-model="compilations"
placeholder="Искать"
label="name"
track-by="name"
track-by="id"
:options="products"
:option-height="104"
:custom-label="customLabel"
@@ -171,7 +171,7 @@
},
mounted() {
this.SearchProduct('');
},
methods: {