File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -125,9 +125,9 @@ alpha(功能测试)、beta(集成测试)为我们的非正式版本,
125
125
> 如果使用 vue2.7,可参考 demos => [ vue-demo] ( https://github.com/Ezviz-OpenBiz/EZUIKit-JavaScript-npm/tree/master/demos/vue-demo )
126
126
127
127
> 如果使用 vue2.6,可参考 demos => [ with-vue2.6] ( https://github.com/Ezviz-OpenBiz/EZUIKit-JavaScript-npm/tree/master/demos/with-vue2.6 )
128
- >
128
+ >
129
129
> 如果使用 uniapp + vue3 ,可参考 demos => [ with-uniapp-vue3] ( https://github.com/Ezviz-OpenBiz/EZUIKit-JavaScript-npm/tree/master/demos/with-uniapp-vue3 )
130
- >
130
+ >
131
131
> 如果使用 uniapp + vue2 ,可参考 demos => [ with-uniapp-vue2] ( https://github.com/Ezviz-OpenBiz/EZUIKit-JavaScript-npm/tree/master/demos/with-uniapp-vue2 )
132
132
133
133
#### tips
@@ -1107,10 +1107,10 @@ player.eventEmitter.on(EZUIKitPlayer.EVENTS.ptz.ptzDirection, () => {
1107
1107
1108
1108
#### 时间轴
1109
1109
1110
- 时间轴控件宽度变化事件 ` EZUIKitPlayer.EVENTS.timeLine.timeWidthChange `
1110
+ 时间轴控件刻度宽度变化事件 ` EZUIKitPlayer.EVENTS.timeLine.timeWidthChange `
1111
1111
1112
1112
``` js
1113
- // 监听点击云台控制控件方向事件
1113
+ // 监听时间轴刻度宽度变化事件
1114
1114
player .eventEmitter .on (
1115
1115
EZUIKitPlayer .EVENTS .timeLine .timeWidthChange ,
1116
1116
(widthType ) => {
You can’t perform that action at this time.
0 commit comments