Skip to content

Commit c744cb6

Browse files
committed
fix(ui/playground): fix select-part-7-text.vue
1 parent 5dd038f commit c744cb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/playground/src/pages/form/select-part-7-text.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
fill-input
2424
hide-selected
2525
@filter="filterOptions"
26-
@update:model-value-value="val => { model = val }"
26+
@update:model-value="val => { model = val }"
2727
>
2828
<template v-slot:no-option>
2929
<q-item>

0 commit comments

Comments
 (0)