Revert "Merge branch 'ASTRA-51' into 'master'"

This reverts merge request !324
This commit is contained in:
Aleksey Demin
2023-04-20 17:36:21 +00:00
parent 14daddd6c8
commit a61d35d39e
5 changed files with 5 additions and 8 deletions

View File

@@ -4,7 +4,6 @@
q-select(
v-model="value",
:options="items",
:readonly="readonly"
:disable="disable",
:hide-dropdown-icon="hideDropdownIcon"
:borderless="borderless",
@@ -73,7 +72,6 @@ export default {
},
disable: Boolean,
label: String,
readonly: Boolean,
},
emits: ["update:modelValue"],
data() {