添加了弹框
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<iframe style="width:100%;height: 100%" :src="url" frameborder="0"></iframe>
|
||||
<iframe id="iframe" style="width:100%;height: 100%" :src="url" frameborder="0"></iframe>
|
||||
</template>
|
||||
<style lang="scss" scoped>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<script lang="ts">
|
||||
import { getliveinfo } from '@/api';
|
||||
import store from '@/store';
|
||||
import { defineComponent, ref } from 'vue';
|
||||
import { defineComponent, onMounted, ref, watch } from 'vue';
|
||||
import { useRoute } from 'vue-router';
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@ export default defineComponent({
|
||||
})
|
||||
|
||||
}
|
||||
|
||||
|
||||
return {
|
||||
url
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user