Newer
Older
DH_Apicture / src / views / pictureOnMap / page / components / DialogTabs / component / peripheralVideo.vue
@zhangqy zhangqy 29 days ago 278 bytes first commit
<template>
  <div class="peripheralVideo">

  </div>
</template>
<script setup name="peripheralVideo">
import {ref,reactive,onMounted} from "vue"
const { proxy } = getCurrentInstance();
onMounted(() => {});

</script>
<style lang="scss" scoped>
.peripheralVideo{
  
}

</style>