mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-07 02:46:55 +08:00
fix read danmaku
This commit is contained in:
@@ -16,7 +16,7 @@ const inputMsg = ref('')
|
||||
const isMaster = computed(() => {
|
||||
return route.query.slave == null || route.query.slave == undefined
|
||||
})
|
||||
const dc = useDanmakuClient()
|
||||
const dc = await useDanmakuClient().initClient()
|
||||
const customCss = ref('')
|
||||
|
||||
let rtc= useWebRTC()
|
||||
|
||||
Reference in New Issue
Block a user