NervJS / taro-sample-weapp

与小程序原生融合的示例
161 stars 58 forks source link

引入第三方插件,第三方组件的写法改成on的形式,编译过后就会变成bindon,而不是bind #44

Open 15210614992 opened 3 years ago

15210614992 commented 3 years ago

有这么一个问题,引入第三方插件引入的组件的时候 https://user-images.githubusercontent.com/33850010/104287026-d22d4b00-54f0-11eb-9ab5-a54243c4c3bc.png image 我已经把bind:改成了on image image

image image

但是编译完了以后方法名前面多了一个on image image

导致触发不了这个方法