Run Prettier with updated version

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2020-08-27 15:41:48 +02:00
parent c2f3b4b7e0
commit 9b0b753064
12 changed files with 18 additions and 24 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div>
<div class="media" style="align-items: top;">
<div class="media" style="align-items: top">
<div class="media-left">
<figure class="image is-32x32" v-if="actor.avatar">
<img class="is-rounded" :src="actor.avatar.url" alt="" />

View File

@@ -66,11 +66,7 @@
"
>
<div class="level-left">
<span
style="cursor: pointer;"
class="level-item"
@click="createReplyToComment(comment)"
>
<span style="cursor: pointer" class="level-item" @click="createReplyToComment(comment)">
<span class="icon is-small">
<b-icon icon="reply" />
</span>

View File

@@ -1,5 +1,5 @@
<template>
<div style="display: none;">
<div style="display: none">
<slot v-if="ready"></slot>
</div>
</template>