Skip to content

Commit b5b4a18

Browse files
dimitri-koenigDiego Jara
authored and
Diego Jara
committed
Remove unnecessary surrounding div (#34)
Surrounding div is unnecessary and makes styling around a bit trickier. @eliep Thanks for your great component. Very nice. Could you also please release a new official version with all the latest changes?
1 parent 3535274 commit b5b4a18

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Avatar.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
<template>
2-
<div>
32
<div class="vue-avatar--wrapper" :style="[style, customStyle]">
43
<span v-if="!this.src">{{ userInitial }}</span>
54
</div>
6-
</div>
75
</template>
86

97
<script>

0 commit comments

Comments
 (0)