We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
现在这两个组件只能使用简单的字符串渲染,在某些情况下可能需要使用自定义插槽 k 看了下源码,如果添加一个label插槽应该改动不大
<wd-picker :placeholder="xxxx" label-width="48px" prop="promotion" v-model="xxxx" :columns="xxxx" value-key="type" label-key="name" :z-index="500" > <template #item-label> <div class="w-12 h-12 rounded-full bg-black text-white flex justify-center items-center" > xxxxxxxx x x </div> </template> </wd-picker>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
这个功能解决了什么问题?
现在这两个组件只能使用简单的字符串渲染,在某些情况下可能需要使用自定义插槽
k
看了下源码,如果添加一个label插槽应该改动不大
你期望的 API 是什么样子的?
The text was updated successfully, but these errors were encountered: