5***@qq.com
5***@qq.com
  • 发布:2022-08-19 15:43
  • 更新:2022-08-19 15:56
  • 阅读:414

vue3没有this怎么调用video组件api?

分类:nvue

如题,vue3 setup

怎样调用play,pause方法?

或者用uni.createVideoContext(videoId, this),第二个参数也不知道填什么?

2022-08-19 15:43 负责人:无 分享
已邀请:
5***@qq.com

5***@qq.com (作者)

好吧,发现这种方式目前是有效的,不知道还有没有更好的办法

import {getCurrentInstance} from 'vue';  
const { proxy} = getCurrentInstance();  
proxy.$refs.player.pause();

该问题目前已经被锁定, 无法添加新回复