Skip to content

Commit

Permalink
fix(QOption): dont try write to isSelected computed (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
ViZhe authored Dec 24, 2021
1 parent 35aa4fb commit b2e9c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qComponents/QOption/src/QOption.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
>
<q-checkbox
v-if="multiple"
v-model="isSelected"
:model-value="isSelected"
root-tag="div"
input-tab-index="-1"
:disabled="isDisabled"
Expand Down

0 comments on commit b2e9c5e

Please sign in to comment.