iapYang / vue-video-module

a video component built for vue
https://iapyang.github.io/vue-video-module/
18 stars 7 forks source link

reflow #2

Closed syf1211 closed 6 years ago

syf1211 commented 6 years ago

index.js?f302:1 Uncaught TypeError: Cannot read property 'reflow' of undefined at eval (index.js?f302:1) 这个错误是怎么回事

iapYang commented 6 years ago

报错代码是不是this.$refs.volume.reflow();? @syf1211

iapYang commented 6 years ago

希望能提供更报错信息,包括浏览器、OS以及操作过程,方便复现BUG,谢谢。 @syf1211

syf1211 commented 6 years ago

在控制台就显示这个 Cannot read property 'reflow' of undefined at eval (index.js?f302:1) 但是他还可以正常执行

iapYang commented 6 years ago

@syf1211 version 0.4.6 fixed this bug.