Поправил отображение инпутов в формах

(cherry picked from commit b61bd702ea)
This commit is contained in:
DwCay
2023-04-20 20:11:57 +03:00
committed by Aleksey Demin
parent 2e4f7bf9ca
commit 6f59bca4ad
5 changed files with 8 additions and 5 deletions

View File

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