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(集成测试)为我们的非正式版本,
125125> 如果使用 vue2.7,可参考 demos => [ vue-demo] ( https://github.com/Ezviz-OpenBiz/EZUIKit-JavaScript-npm/tree/master/demos/vue-demo )
126126
127127> 如果使用 vue2.6,可参考 demos => [ with-vue2.6] ( https://github.com/Ezviz-OpenBiz/EZUIKit-JavaScript-npm/tree/master/demos/with-vue2.6 )
128- >
128+ >
129129> 如果使用 uniapp + vue3 ,可参考 demos => [ with-uniapp-vue3] ( https://github.com/Ezviz-OpenBiz/EZUIKit-JavaScript-npm/tree/master/demos/with-uniapp-vue3 )
130- >
130+ >
131131> 如果使用 uniapp + vue2 ,可参考 demos => [ with-uniapp-vue2] ( https://github.com/Ezviz-OpenBiz/EZUIKit-JavaScript-npm/tree/master/demos/with-uniapp-vue2 )
132132
133133#### tips
@@ -1107,10 +1107,10 @@ player.eventEmitter.on(EZUIKitPlayer.EVENTS.ptz.ptzDirection, () => {
11071107
11081108#### 时间轴
11091109
1110- 时间轴控件宽度变化事件 ` EZUIKitPlayer.EVENTS.timeLine.timeWidthChange `
1110+ 时间轴控件刻度宽度变化事件 ` EZUIKitPlayer.EVENTS.timeLine.timeWidthChange `
11111111
11121112``` js
1113- // 监听点击云台控制控件方向事件
1113+ // 监听时间轴刻度宽度变化事件
11141114player .eventEmitter .on (
11151115 EZUIKitPlayer .EVENTS .timeLine .timeWidthChange ,
11161116 (widthType ) => {
You can’t perform that action at this time.
0 commit comments