fix build issue

This commit is contained in:
2024-11-23 18:56:27 +08:00
parent 47ade4a965
commit 04f3f46357
5 changed files with 27 additions and 49 deletions

View File

@@ -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>