Resolve #2230
This commit is contained in:
parent
259254aca8
commit
acd64f58e3
5 changed files with 17 additions and 14 deletions
|
|
@ -10,7 +10,7 @@
|
|||
<div class="description" v-if="user.description" :title="user.description">
|
||||
<mfm :text="user.description" :is-note="false" :author="user" :i="$store.state.i" :custom-emojis="user.emojis" :plain="true" :nowrap="true"/>
|
||||
</div>
|
||||
<x-follow-button class="koudoku-button" v-if="$store.getters.isSignedIn && user.id != $store.state.i.id" :user="user" mini/>
|
||||
<mk-follow-button class="koudoku-button" v-if="$store.getters.isSignedIn && user.id != $store.state.i.id" :user="user" mini/>
|
||||
</div>
|
||||
</div>
|
||||
</mk-pagination>
|
||||
|
|
@ -20,7 +20,7 @@
|
|||
import Vue from 'vue';
|
||||
import parseAcct from '../../../misc/acct/parse';
|
||||
import i18n from '../../i18n';
|
||||
import XFollowButton from '../../components/follow-button.vue';
|
||||
import MkFollowButton from '../../components/follow-button.vue';
|
||||
import MkPagination from '../../components/ui/pagination.vue';
|
||||
|
||||
export default Vue.extend({
|
||||
|
|
@ -28,7 +28,7 @@ export default Vue.extend({
|
|||
|
||||
components: {
|
||||
MkPagination,
|
||||
XFollowButton,
|
||||
MkFollowButton,
|
||||
},
|
||||
|
||||
props: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue