axios({ method: 'post', url: '/users/friends', data: {} }).then((res) => { this.friends = res.data });