mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2025-12-30 21:49:50 -05:00
card skeleton loader improvement
This commit is contained in:
@@ -40,7 +40,14 @@
|
||||
</v-card>
|
||||
</template>
|
||||
<template v-else>
|
||||
<v-skeleton-loader :elevation="3" type="image, heading, subtitle" v-if="loading" ></v-skeleton-loader>
|
||||
<v-card :style="{'height': height}">
|
||||
<v-img src="../../assets/recipe_no_image.svg" cover height="60%"></v-img>
|
||||
<v-card-title><v-skeleton-loader type="heading"></v-skeleton-loader></v-card-title>
|
||||
<v-card-text>
|
||||
<v-skeleton-loader type="subtitle"></v-skeleton-loader>
|
||||
</v-card-text>
|
||||
</v-card>
|
||||
|
||||
</template>
|
||||
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user