From b94daf4ea357eafce26f37a1f0a799d55cbfa1a4 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期一, 24 二月 2025 16:38:21 +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