From 07cd0f6b3752aa6e085372ad91b1647c4e52d286 Mon Sep 17 00:00:00 2001 From: bobobobo <1055026847@qq.com> Date: Mon, 5 Jan 2026 20:05:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/App.vue b/App.vue index 94b1bf7..57a3ed7 100644 --- a/App.vue +++ b/App.vue @@ -4,8 +4,8 @@ import { useAuthUser } from './composables/useAuthUser' import { useUserStore } from './stores/user' - // import { TUIChatKit } from './TUIKit' - // TUIChatKit.init() + import { TUIChatKit } from './TUIKit' + TUIChatKit.init() const { token } = useAuthUser() const { loginTencentIM } = useUserStore()