chore(components): clean and import required components

This commit is contained in:
Benjamin Canac
2021-11-17 15:46:18 +01:00
parent 2fa73605b8
commit 0d4295a1c4
19 changed files with 109 additions and 53 deletions

View File

@@ -1,6 +1,6 @@
<template>
<span class="relative inline-flex items-center justify-center overflow-hidden" :class="avatarClass" @click="goto">
<img v-if="url" :src="url" :alt="alt" :class="roundedClass" />
<img v-if="url" :src="url" :alt="alt" :class="roundedClass">
<span v-else-if="gradientPlaceholder" class="w-full h-full" v-html="gradientPlaceholder" />
<span
v-else-if="placeholder"