riophae / vue-treeselect

A multi-select component with nested options support for Vue.js
https://vue-treeselect.js.org/
MIT License
2.89k stars 508 forks source link

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

Open zhoubo416 opened 3 months ago

zhoubo416 commented 3 months ago

<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 commented 1 day ago

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