jiangping
2024-12-27 c6e139f411e323f49d641ca899ad85229a4cdce4
screen/src/views/videoUrl/Video.vue
@@ -6,7 +6,7 @@
</template>
<script setup>
import { defineProps, ref, onMounted, onUnmounted, watch } from 'vue'
import { ref, onMounted, onUnmounted, watch } from 'vue'
const props = defineProps({
  indexCode: String,
  href: String,