7

Results 2 issues of 7

``` import flvjs from 'flv.js' export default { data() { return { videoElement: null } }, props: { flvUrl: { type: String, defatult: function() { return '' } }, options:...

[线上预览地址](http://49.233.215.163:8088/)

good first issue