this.$el('XXX') 拿到的Element对象,没有addEventListener等方法,怎么变成DOM对象?
Uncaught TypeError: this.$el is not a function
可以使用 this.refs.xxx或者 this.$el.__vue__都是返回native vnode
this.getComponentManager().getComponent(this.$el('XXX')).node获取.
1 回答3.4k 阅读
2 回答2.9k 阅读✓ 已解决
2 回答4.5k 阅读✓ 已解决
1 回答5.1k 阅读
2 回答3.9k 阅读✓ 已解决
Uncaught TypeError: this.$el is not a function
可以使用 this.refs.xxx
或者 this.$el.__vue__
都是返回native vnode