This commit is contained in:
2026-02-09 17:32:14 +08:00
parent 9871ef0c87
commit e090e4383a
3 changed files with 23 additions and 15 deletions

View File

@@ -12,7 +12,7 @@
</template>
<script setup lang="ts">
import card from './components/card.vue'
import card from './components/cards/index.vue'
import { computed, ref, markRaw, onMounted } from 'vue'
import { useGlobalStore } from '@/stores'
import { useRouter, useRoute } from 'vue-router'