Watch user change in follow-list

このコミットが含まれているのは:
Edijs 2019-02-14 13:19:00 -07:00
コミット 0ca145ac95
1個のファイルの変更3行の追加0行の削除

ファイルの表示

@ -55,6 +55,9 @@ const FollowList = {
} }
} }
}, },
watch: {
'$route': 'fetchEntries'
},
components: { components: {
UserCard UserCard
} }