Skip to content

Commit

Permalink
docs(VCombobox): fix multiple in return statement (#17956)
Browse files Browse the repository at this point in the history
  • Loading branch information
kheiner committed Aug 4, 2023
1 parent 6da16c4 commit 4c3d97e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/docs/src/examples/v-combobox/usage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
return {
clearable: clear.value || undefined,
chips: chips.value || undefined,
multiple: multiple.value || undefined,
label: 'Combobox',
items: ['California', 'Colorado', 'Florida', 'Georgia', 'Texas', 'Wyoming'],
variant: model.value === 'default' ? undefined : model.value,
Expand Down

0 comments on commit 4c3d97e

Please sign in to comment.