- [x] I have searched the [issues](https://github.com/vueComponent/ant-design-vue/issues) of this repository and believe that this is not a duplicate. ### Version 3.0.0-alpha.14 ### Environment 3.0.0-alpha.11 ### Reproduction link [](https://codesandbox.io/s/modest-agnesi-o9vd5?file=/src/App.vue) ### Steps to reproduce <a-select v-model:value="select"> <template #placeholder> 粉丝年龄2 </template> <a-select-option value="0" >不限</a-select-option> <a-select-option value="1" >18-23</a-select-option> </a-select> ### What is expected? placeholder应该会有显示 ### What is actually happening? placeholder没有任何显示,devtool里面也看不到任何元素 <!-- generated by issue-helper. DO NOT REMOVE -->