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
lazy属性及lazyFn方法有用吗??为何我数据不显示 <tree-transfer lazy @lazyfn="lazyLoad" :title="title" :from_data="fromData11" node-key="id" :to_data="toData11" :defaultProps="{ label: 'label' }" default-transfer @add-btn="add" @remove-btn="remove" :mode="mode" height="540px" @left-check-change="changeLeft" @right-check-change="changeRight" >
The text was updated successfully, but these errors were encountered:
@lazyFn="lazyLoad"
lazyFn 是参数,不是事件,所以应该用 :lazyFn="lazyLoad"
lazyFn
:lazyFn="lazyLoad"
Sorry, something went wrong.
为什么我使用懒加载时,点击第一层级不会触发lazyFn的函数呢
No branches or pull requests
lazy属性及lazyFn方法有用吗??为何我数据不显示
<tree-transfer
lazy
@lazyfn="lazyLoad"
:title="title"
:from_data="fromData11"
node-key="id"
:to_data="toData11"
:defaultProps="{ label: 'label' }"
default-transfer
@add-btn="add"
@remove-btn="remove"
:mode="mode"
height="540px"
@left-check-change="changeLeft"
@right-check-change="changeRight"
>
The text was updated successfully, but these errors were encountered: