1.将图片放在video之上

1 <video :src="videoUrl">
2  <cover-image  src="../../static/images/abc.png"></cover-image>
3 </video>

 2.将view元素放在video之上

<video :src="videoUrl">
    <cover-view>abc</cover-view>
</video>

  

相关文章:

  • 2021-08-10
  • 2021-04-08
  • 2021-11-06
  • 2022-12-23
  • 2021-05-25
猜你喜欢
  • 2021-07-29
  • 2022-12-23
  • 2022-02-01
  • 2022-12-23
  • 2022-01-06
  • 2021-09-22
  • 2021-12-15
相关资源
相似解决方案