Skip to content

Commit

Permalink
fix(ui/playground): fix select-part-7-text.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
NitroRCr committed Sep 27, 2024
1 parent 5dd038f commit c744cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/playground/src/pages/form/select-part-7-text.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
fill-input
hide-selected
@filter="filterOptions"
@update:model-value-value="val => { model = val }"
@update:model-value="val => { model = val }"
>
<template v-slot:no-option>
<q-item>
Expand Down

0 comments on commit c744cb6

Please sign in to comment.