Skip to content

Commit

Permalink
chore: fix select input demo
Browse files Browse the repository at this point in the history
  • Loading branch information
uyarn committed Oct 12, 2024
1 parent 9945cbe commit 1b7c414
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/select-input/_example-composition/multiple.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<!-- :popup-props="{ trigger: 'hover' }" -->
<t-select-input
:input-value:sync="inputValue"
:input-value.sync="inputValue"
:value="value"
:allow-input="allowInput"
:placeholder="allowInput ? '请选择或输入' : '请选择'"
Expand Down
2 changes: 1 addition & 1 deletion src/select-input/_example/multiple.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<!-- :popup-props="{ trigger: 'hover' }" -->
<t-select-input
:input-value:sync="inputValue"
:input-value.sync="inputValue"
:value="value"
:allow-input="allowInput"
:placeholder="allowInput ? '请选择或输入' : '请选择'"
Expand Down

0 comments on commit 1b7c414

Please sign in to comment.