🚨 修复 qodana 报错

This commit is contained in:
BTMuli
2023-12-03 18:02:45 +08:00
parent cab0c9a9c8
commit 7ba2011b35
5 changed files with 5 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div v-if="props.modelValue === undefined">暂无数据</div>
<div v-if="!props.modelValue">暂无数据</div>
<div v-else class="tur-og-box">
<TurOverviewSub title="活跃天数" :text="data.activeDays" />
<TurOverviewSub title="成就达成数" :text="data.achievementNumber" />