From e59c3451f495c0f203a129ee927545a11d8b89c4 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期五, 03 一月 2025 18:22:40 +0800
Subject: [PATCH] ll
---
screen/src/views/videoUrl/Video.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/screen/src/views/videoUrl/Video.vue b/screen/src/views/videoUrl/Video.vue
index f5e72a5..a034c60 100644
--- a/screen/src/views/videoUrl/Video.vue
+++ b/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,
--
Gitblit v1.9.3