<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>