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

使用appendToBody时有内存泄露的问题,有人遇到吗? #549

Open
zhoubo416 opened this issue Jun 27, 2024 · 1 comment
Open

Comments

@zhoubo416
Copy link

zhoubo416 commented Jun 27, 2024

<tree-select
:flat="flat"
:options="options"
:value="value"
:multiple="multiple"
:limit="limit"
:limitText="count => + ${count}"
:disabled="disabled"
:normalizer="normalizer"
:show-count="true"
:placeholder="placeholder"
:noOptionsText="'暂无数据'"
:noResultsText="'暂无数据'"
appendToBody
@input="v => this.$emit('input',v)"
@select="v => this.$emit('select',v)"
/>

@webywz
Copy link

webywz commented Oct 17, 2024

我也遇到了, 有什么解决方法吗

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

No branches or pull requests

2 participants