From 246b5c26a2c17f5baa0a70c893fae819ef8d2e84 Mon Sep 17 00:00:00 2001 From: liukangdong <898885815@qq.com> Date: 星期四, 26 十二月 2024 18:28:54 +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