Skip to content
Snippets Groups Projects
Commit 187696c9 authored by syuilo's avatar syuilo
Browse files

refactor(client): improve readability

parent 4b7b51d5
No related branches found
No related tags found
No related merge requests found
<template>
<button
<button v-if="canRenote"
class="eddddedb _button canRenote"
@click="renote()"
v-if="canRenote"
@touchstart.passive="onMouseover"
@mouseover="onMouseover"
@mouseleave="onMouseleave"
......@@ -12,10 +11,7 @@
<i class="fas fa-retweet"></i>
<p class="count" v-if="count > 0">{{ count }}</p>
</button>
<button
v-else
class="button _button"
>
<button v-else class="eddddedb _button">
<i class="fas fa-ban"></i>
</button>
</template>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment