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');
+
+