Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
3.9k views
in Technique[技术] by (71.8m points)

vue2.x+typescript的项目,需要主动触发组件上绑定的事件如何改写?

(this.$refs.btn as Vue).$listeners.click()

此时click部分会报错
This expression is not callable.
No constituent of type 'Function | Function[]' is callable.
click方法无法调用

应该如何修改消除错误呢?


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

为什么要这样调用,事件绑定的方法不都是在父组件的methods里面定义的,直接调用这个方法它不香吗?


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...