riophae / vue-treeselect

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

appendToBody 属性导致报错 数据出不来。。 #450

Open dkl520 opened 3 years ago

dkl520 commented 3 years ago

image getMenu: function getMenu() { var ref = this.appendToBody ? this.$refs.portal.portalTarget : this; var $menu = ref.$refs.menu.$refs.menu; return $menu && $menu.nodeName !== '#comment' ? $menu : null; }, $menu 数据找不到 导致的报错

dkl520 commented 3 years ago

亲们 有谁看下吗?

TitanFighter commented 3 years ago

Show your code for example on codesandbox.io

Zeeyeee commented 2 years ago

我也是一样的报错,我是给封装到我这的组件库里,如果在组件库里直接运行就正常的,如果给打包后再其他项目使用就会报这个错 你那里后来有解决吗 = = WX20220928-113741

xiemingmin commented 1 year ago

我也是这个报错 请问如何解决

yuanjianhua commented 2 months ago

我也是一样的报错,我是给封装到我这的组件库里,如果在组件库里直接运行就正常的,如果给打包后再其他项目使用就会报这个错 你那里后来有解决吗 = = WX20220928-113741

解决了吗