antd-vue 如何获取下拉框收起事件?

<template>
<a-tree-select

v-model="value"
style="width: 100%"
:tree-data="treeData"
tree-checkable
:show-checked-strategy="SHOW_PARENT"
search-placeholder="Please select"

/>
</template>
文档中好像并没有找到,源码也没有搜到,请问大佬们,还有什么办法?

阅读 1.2k
撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
推荐问题