File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 10
10
Video/Live player for Vue.js(1.x ~ 2.x)
11
11
基于 [ video.js] ( https://github.com/videojs/video.js ) + [ videojs-resolution-switcher] ( https://github.com/kmoskwiak/videojs-resolution-switcher ) + [ videojs-contrib-hls] ( https://github.com/videojs/videojs-contrib-hls ) + [ videojs-youtube] ( https://github.com/videojs/videojs-youtube )
12
12
13
+ > ### V2.4.4
14
+ > debug,修复低级bug
15
+
13
16
> ### V2.4.2
14
17
> 优化SPA应用下的销毁方法
15
18
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue-video-player" ,
3
- "version" : " 2.4.3 " ,
3
+ "version" : " 2.4.4 " ,
4
4
"description" : " Video Player component for Vue.js(1.x ~ 2.x)" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 115
115
' autoplay' : options .autoplay !== undefined ? options .autoplay : true ,
116
116
' preload' : options .preload || ' auto' ,
117
117
' poster' : options .poster || ' ' ,
118
- ' wdith ' : options .wdith || ' 100%' ,
118
+ ' width ' : options .width || ' 100%' ,
119
119
' height' : options .height || 360 ,
120
120
' fluid' : options .fluid || false ,
121
121
' controlBar' : options .controlBar || controlBar,
You can’t perform that action at this time.
0 commit comments