fix css
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
<template>
|
||||
<div v-if="loading">Loading...</div>
|
||||
<div v-else class="grid min-h-screen place-items-center">
|
||||
<CardView :cards="cardStore.cards" @empty-list="showResults" />
|
||||
</div>
|
||||
<CardView v-else :cards="cardStore.cards" @empty-list="showResults" />
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
|
||||
Reference in New Issue
Block a user