From fa7c333214dd16288c554c867819b2340969e24b Mon Sep 17 00:00:00 2001 From: cocos02 Date: Mon, 8 Jun 2026 14:26:21 +0800 Subject: [PATCH] fix: use v-show instead of v-if for GamePlayer to prevent video element detach during image scenes --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index 1183c29..b45268d 100644 --- a/src/App.vue +++ b/src/App.vue @@ -69,7 +69,7 @@ init()
加载中...