-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Description
- I have searched the issues of this repository and believe that this is not a duplicate.
What problem does this feature solve?
开发者可以自定义 select 框内已选项的具体渲染方式, 可以扩展已选项拖拽排序等功能
What does the proposed API look like?
selectionRender: (selections) {
return this.$createElement(...);
}