chore: 清理未使用变量

This commit is contained in:
Cassianvale
2025-03-11 13:09:51 +08:00
parent a4a93973d2
commit f86f004181
3 changed files with 2 additions and 12 deletions

View File

@@ -77,7 +77,7 @@
</template>
<script setup lang="ts">
import { ref, reactive, onMounted, h } from 'vue';
import { ref, reactive, onMounted } from 'vue';
import { useRouter } from 'vue-router';
import {
NCard,