This commit is contained in:
syuilo
2018-04-09 19:18:15 +09:00
parent 47fc8f63be
commit 2560d3d1c1
12 changed files with 20 additions and 48 deletions

View File

@@ -20,7 +20,6 @@
<script lang="ts">
import Vue from 'vue';
import getAcct from '../../../../../../acct/render';
export default Vue.extend({
props: ['user'],
@@ -30,9 +29,6 @@ export default Vue.extend({
fetching: true
};
},
methods: {
getAcct
},
mounted() {
(this as any).api('users/get_frequently_replied_users', {
userId: this.user.id,