提交 503afd05 编写于 作者: DCloud-WZF's avatar DCloud-WZF 💬

fix(mp-qq): video 绑定事件,真机运行不触发问题

上级 6470b31e
......@@ -41,6 +41,21 @@ export const miniProgram: MiniProgramCompilerOptions = {
arg: ['ready'],
},
],
video: [
{
name: 'on',
arg: [
'play',
'pause',
'ended',
'timeupdate',
'fullscreenchange',
'waiting',
'error',
'progress',
],
},
],
},
component: {
dir: COMPONENTS_DIR,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册