src/components/PlayLive/index.vue
@@ -1,6 +1,6 @@ <template> <div> <video id="video" width="100%" height="100%" muted controls></video> <div style="height: 100%;"> <video id="video" style="height: 100%;width: 100%;" muted controls></video> </div> </template>