wip
This commit is contained in:
parent
2a54802efa
commit
e01b9d3f16
22 changed files with 142 additions and 129 deletions
|
|
@ -1,7 +1,6 @@
|
|||
<template>
|
||||
<button class="mk-follow-button"
|
||||
:class="{ wait, follow: !user.is_following, unfollow: user.is_following }"
|
||||
v-if="!init"
|
||||
@click="onClick"
|
||||
:disabled="wait"
|
||||
:title="user.is_following ? 'フォロー解除' : 'フォローする'"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue