修复一个编译错误

This commit is contained in:
2026-06-03 21:51:38 +08:00
parent 26126771f4
commit f471905b33
2 changed files with 24 additions and 6 deletions
+1 -1
View File
@@ -116,7 +116,7 @@ onBeforeUnmount(() => {
{{ health?.status ?? 'unknown' }} / db {{ health?.database ?? 'unknown' }}
</span>
<span class="counter">节点 {{ nodeTotal }} · 消息 {{ messages.length }} · 坐标 {{ mapNodes.length }}</span>
<button @click="refresh" :disabled="loading">{{ loading ? '刷新中...' : '刷新' }}</button>
<button @click="() => refresh()" :disabled="loading">{{ loading ? '刷新中...' : '刷新' }}</button>
</div>
</header>