xdlumia / vue3-video-play

适用于 Vue3 的 hls.js 播放器组件,配置丰富,界面还算好看
https://codelife.cc/vue3-video-play/
581 stars 96 forks source link

在vue3使用el-dialog内,右键菜单无法操作 #85

Open nineaiyu opened 1 year ago

nineaiyu commented 1 year ago
<template>
  <el-dialog v-model="showVisible"  center destroy-on-close draggable width="850px">
    <video-play
        :src="videoSrc"
        v-bind="videoOptions"
    />
  </el-dialog>
</template>