-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Labels
Description
- I have searched the issues of this repository and believe that this is not a duplicate.
Environment
vue3.0
Reproduction link
https://github.com/vueComponent/ant-design-vue.git
Steps to reproduce
Content of Tab Pane 2
Content of Tab Pane 3
<script>
export default {
data() {
return {
value: ''
};
},
methods: {
callback(key) {
console.log(key);
},
},
};
</script>
当input输入完成,失去焦点后,tab页面消失