Skip to content

Commit

Permalink
docs: update VXSelect component documentation to include selectedItem…
Browse files Browse the repository at this point in the history
…s in prepend-inner slot
  • Loading branch information
danni-cool committed Feb 25, 2025
1 parent 2d1d0ef commit 2d775cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ui/vuetifyx/vuetifyxjs/docs/Components/VXSelect/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

#### v-slot:prepend-inner

可以自定义input文字前固定位置的图标的插槽
可以自定义input文字前固定位置的图标的插槽, `selectedItems` 可以用来控制当前选中项

slot scope

Expand All @@ -15,6 +15,7 @@ slot scope
isActive: Ref<boolean>
isFocused: Ref<boolean>
controlRef: Ref<HTMLElement | undefined>
selectedItems: Array<{string, any}>
focus: () => void
blur: () => void
}
Expand Down

0 comments on commit 2d775cf

Please sign in to comment.