From 2d775cf36e561e31221b4ca08043795de0e34e86 Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 25 Feb 2025 12:26:10 +0800 Subject: [PATCH] docs: update VXSelect component documentation to include selectedItems in prepend-inner slot --- ui/vuetifyx/vuetifyxjs/docs/Components/VXSelect/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/vuetifyx/vuetifyxjs/docs/Components/VXSelect/index.md b/ui/vuetifyx/vuetifyxjs/docs/Components/VXSelect/index.md index 103073fd..71e0d886 100644 --- a/ui/vuetifyx/vuetifyxjs/docs/Components/VXSelect/index.md +++ b/ui/vuetifyx/vuetifyxjs/docs/Components/VXSelect/index.md @@ -6,7 +6,7 @@ #### v-slot:prepend-inner -可以自定义input文字前固定位置的图标的插槽 +可以自定义input文字前固定位置的图标的插槽, `selectedItems` 可以用来控制当前选中项 slot scope @@ -15,6 +15,7 @@ slot scope isActive: Ref isFocused: Ref controlRef: Ref + selectedItems: Array<{string, any}> focus: () => void blur: () => void }