提交 c5076f02 authored 作者: 王鹏飞's avatar 王鹏飞

bug fixes

上级 26a545cb
<template> <template>
<el-dialog v-bind="$attrs" v-on="$listeners" width="800px" top="20vh"> <el-dialog :append-to-body="true" v-bind="$attrs" v-on="$listeners" width="800px" top="20vh">
<app-video-player :options="options" v-on="$listeners"></app-video-player> <app-video-player :options="options" v-on="$listeners"></app-video-player>
</el-dialog> </el-dialog>
</template> </template>
<script> <script>
import AppVideoPlayer from '@/components/base/AppVideoPlayer.vue' import AppVideoPlayer from '@/components/base/AppVideoPlayer.vue'
export default { export default {
inheritAttrs: false,
props: { props: {
options: { options: {
type: Object, type: Object,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论