vue-video-player 在移动端无法点击视频 暂停/播放 求帮助!!

PC是正常的,移动端就不行.


```<div class="card-height">
      <div  class="video-container">
       <div class="container">
        <div class="player">
          <video-player  class="video-player vjs-custom-skin"
            ref="videoPlayer"
            :playsinline="true"
            :options="playerOptions"
            @play="onPlayerPlay($event)"
            @pause="onPlayerPause($event)"
            @touchEnd="handleVideo"
          >
          </video-player>
        </div>
      </div>
而且父元素添加点击事件也无效,请问怎么解决

巧了我也遇到这个问题,然后看了一个帖子 说是与 fastclick 冲突,不知道你解决了没有, 人家的帖子 https://www.zhangshengrong.com/p/zD1yQdLY1r/ 侵删