初始化
This commit is contained in:
4
App.vue
4
App.vue
@@ -4,8 +4,8 @@
|
|||||||
import { useAuthUser } from './composables/useAuthUser'
|
import { useAuthUser } from './composables/useAuthUser'
|
||||||
import { useUserStore } from './stores/user'
|
import { useUserStore } from './stores/user'
|
||||||
|
|
||||||
// import { TUIChatKit } from './TUIKit'
|
import { TUIChatKit } from './TUIKit'
|
||||||
// TUIChatKit.init()
|
TUIChatKit.init()
|
||||||
|
|
||||||
const { token } = useAuthUser()
|
const { token } = useAuthUser()
|
||||||
const { loginTencentIM } = useUserStore()
|
const { loginTencentIM } = useUserStore()
|
||||||
|
|||||||
Reference in New Issue
Block a user