From 0a77e67200848ff23443871b61c114913ff6da76 Mon Sep 17 00:00:00 2001 From: lt Date: Mon, 27 Apr 2026 21:30:44 +0800 Subject: [PATCH] =?UTF-8?q?fix(ui):=20=E9=87=8D=E6=9E=84=20topics.html=20V?= =?UTF-8?q?ue=20=E5=BA=94=E7=94=A8=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 完全重写 script 部分,确保 methods 和 mounted 正确闭包 - 修复 Vue 表达式未解析的问题 - 添加调试日志 - 确保移动端和桌面端都能正确挂载 --- platform/frontend/topics.html | 156 ++++++++++++++++++++++++++-------- 1 file changed, 120 insertions(+), 36 deletions(-) diff --git a/platform/frontend/topics.html b/platform/frontend/topics.html index abccae7..6f05038 100644 --- a/platform/frontend/topics.html +++ b/platform/frontend/topics.html @@ -181,42 +181,126 @@ - +}; +const app = Vue.createApp(TopicsApp); +app.use(ElementPlus); +app.mount('#app'); + + \ No newline at end of file