From 111bec547cf4ce8b67977d0bb1ef4b4334743726 Mon Sep 17 00:00:00 2001 From: ssongliu Date: Fri, 24 Apr 2026 18:16:03 +0800 Subject: [PATCH] fix: avoid directives on non-element roots (#12597) --- frontend/src/components/system-upgrade/upgrade/index.vue | 4 +++- frontend/src/lang/modules/en.ts | 1 + frontend/src/lang/modules/es-es.ts | 1 + frontend/src/lang/modules/ja.ts | 1 + frontend/src/lang/modules/ko.ts | 1 + frontend/src/lang/modules/ms.ts | 1 + frontend/src/lang/modules/pt-br.ts | 1 + frontend/src/lang/modules/ru.ts | 1 + frontend/src/lang/modules/tr.ts | 1 + frontend/src/lang/modules/zh-Hant.ts | 1 + frontend/src/lang/modules/zh.ts | 1 + .../components/Sidebar/components/user-info/index.vue | 2 +- frontend/src/views/database/redis/setting/index.vue | 8 ++++++-- 13 files changed, 20 insertions(+), 4 deletions(-) diff --git a/frontend/src/components/system-upgrade/upgrade/index.vue b/frontend/src/components/system-upgrade/upgrade/index.vue index 602c41213..a0de80536 100644 --- a/frontend/src/components/system-upgrade/upgrade/index.vue +++ b/frontend/src/components/system-upgrade/upgrade/index.vue @@ -15,7 +15,9 @@ {{ upgradeInfo.testVersion }} - +
+ +