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
4.2.1
vue3.2.36
<template> <TreeSelect placeholder="props placeholder" :style="{ width: '200px' }" ></TreeSelect> <br /> <br /> <TreeSelect :style="{ width: '200px' }"> <template #placeholder>slot placeholder not work</template> </TreeSelect> </template> <script setup> import { TreeSelect } from "ant-design-vue"; </script>
TreeSelect组件的placeholder插槽可以正常使用
TreeSelect组件设置placeholder插槽无效,但在文档中是支持slot的 https://www.antdv.com/components/tree-select
The text was updated successfully, but these errors were encountered:
selicens
Successfully merging a pull request may close this issue.
Version
4.2.1
Environment
vue3.2.36
Reproduction link
Steps to reproduce
What is expected?
TreeSelect组件的placeholder插槽可以正常使用
What is actually happening?
TreeSelect组件设置placeholder插槽无效,但在文档中是支持slot的
https://www.antdv.com/components/tree-select
The text was updated successfully, but these errors were encountered: