mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-12-01 08:18:45 +09:00
Lint
This commit is contained in:
parent
84492dec95
commit
e999fa0ed4
@ -30,7 +30,7 @@
|
|||||||
<p :class="$style.statusItemLabel">{{ i18n.ts.following }}</p><span :class="$style.statusItemValue"><i class="ti ti-lock" :class="{ [$style.animation]: animation }"></i></span>
|
<p :class="$style.statusItemLabel">{{ i18n.ts.following }}</p><span :class="$style.statusItemValue"><i class="ti ti-lock" :class="{ [$style.animation]: animation }"></i></span>
|
||||||
</div>
|
</div>
|
||||||
<div :class="$style.statusItem">
|
<div :class="$style.statusItem">
|
||||||
<p :class="$style.statusItemLabel">{{ i18n.ts.followers }}</p><span :class="$style.statusItemValue"><i class="ti ti-lock" :class="{ [$style.animation]: animation}"></i></span>
|
<p :class="$style.statusItemLabel">{{ i18n.ts.followers }}</p><span :class="$style.statusItemValue"><i class="ti ti-lock" :class="{ [$style.animation]: animation }"></i></span>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
</div>
|
</div>
|
||||||
|
@ -43,11 +43,11 @@
|
|||||||
<template v-else>
|
<template v-else>
|
||||||
<div :class="$style.statusItem">
|
<div :class="$style.statusItem">
|
||||||
<div :class="$style.statusItemLabel">{{ i18n.ts.following }}</div>
|
<div :class="$style.statusItemLabel">{{ i18n.ts.following }}</div>
|
||||||
<div><i class="ti ti-lock" :class="{ [$style.animation]: animation}"></i></div>
|
<div><i class="ti ti-lock" :class="{ [$style.animation]: animation }"></i></div>
|
||||||
</div>
|
</div>
|
||||||
<div :class="$style.statusItem">
|
<div :class="$style.statusItem">
|
||||||
<div :class="$style.statusItemLabel">{{ i18n.ts.followers }}</div>
|
<div :class="$style.statusItemLabel">{{ i18n.ts.followers }}</div>
|
||||||
<div><i class="ti ti-lock" :class="{ [$style.animation]: animation}"></i></div>
|
<div><i class="ti ti-lock" :class="{ [$style.animation]: animation }"></i></div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
</div>
|
</div>
|
||||||
|
@ -114,11 +114,11 @@
|
|||||||
</template>
|
</template>
|
||||||
<template v-else>
|
<template v-else>
|
||||||
<div>
|
<div>
|
||||||
<i class="ti ti-lock" :class="{ [$style.animation]: animation}"></i>
|
<i class="ti ti-lock" :class="{ [$style.animation]: animation }"></i>
|
||||||
<span>{{ i18n.ts.following }}</span>
|
<span>{{ i18n.ts.following }}</span>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<i class="ti ti-lock" :class="{ [$style.animation]: animation}"></i>
|
<i class="ti ti-lock" :class="{ [$style.animation]: animation }"></i>
|
||||||
<span>{{ i18n.ts.followers }}</span>
|
<span>{{ i18n.ts.followers }}</span>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
Loading…
Reference in New Issue
Block a user