mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-07 02:46:55 +08:00
fix build issue
This commit is contained in:
@@ -32,7 +32,6 @@ async function mount() {
|
||||
<NSpin show v-if="!accountInfo.id" />
|
||||
<div v-else @vue:mounted="mount">
|
||||
master: {{ isMaster }}
|
||||
{{ rtc?.peer?.id }}
|
||||
<template v-if="isMaster">
|
||||
<NInput v-model:value="inputMsg" />
|
||||
<NButton @click="rtc.send('test', inputMsg)"> 发送 </NButton>
|
||||
|
||||
Reference in New Issue
Block a user