feat: toast 问题修改

This commit is contained in:
Tim
2025-08-07 22:20:59 +08:00
parent f9a89ae9ef
commit 676e959d4b
7 changed files with 62 additions and 6 deletions

View File

@@ -1,6 +1,8 @@
<template>
<div class="site-stats-page">
<VChart v-if="option" :option="option" :autoresize="true" style="height:400px" />
<ClientOnly>
<VChart v-if="option" :option="option" :autoresize="true" style="height:400px" />
</ClientOnly>
</div>
</template>