enterpriseVideo.vue 207 B

12345678910
  1. <!-- 企业视频 -->
  2. <template>
  3. <div>enterpriseVideo</div>
  4. </template>
  5. <script setup>
  6. defineOptions({name: 'informationSettingsComponents-enterpriseVideo'})
  7. </script>
  8. <style lang="scss" scoped>
  9. </style>