Skip to content
New issue

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

@156 修复可过滤的树示例 #157

Merged
merged 2 commits into from
Jan 4, 2022
Merged

@156 修复可过滤的树示例 #157

merged 2 commits into from
Jan 4, 2022

Conversation

YFAnt
Copy link
Contributor

@YFAnt YFAnt commented Dec 31, 2021

tree:修复tree 组件 可过滤树功能示例,pr#157#156 @YFAnt


brefore

.....
<t-input v-model="filterText" @input="onInput"/>

after
<t-input v-model="filterText" @input.native="onInput"/>

......

tree filter input.native 改为 change 事件
@YFAnt YFAnt requested a review from chaishi December 31, 2021 12:58
@github-actions
Copy link
Contributor

github-actions bot commented Jan 1, 2022

Deploy PR Preview failed.

@chaishi chaishi merged commit 769372a into Tencent:develop Jan 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants