wip
This commit is contained in:
parent
4a0be19607
commit
7d3f46c529
13 changed files with 137 additions and 828 deletions
|
|
@ -103,10 +103,10 @@ const UserProfile = {
|
|||
this.footerRef = el
|
||||
},
|
||||
fetchUsers(group) {
|
||||
return () => this
|
||||
.$store
|
||||
.dispatch('fetch' + group, this.userId)
|
||||
.then((result) => ({ items: result }))
|
||||
return () =>
|
||||
this.$store
|
||||
.dispatch('fetch' + group, this.userId)
|
||||
.then((result) => ({ items: result }))
|
||||
},
|
||||
load(userNameOrId) {
|
||||
const startFetchingTimeline = (timeline, userId) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue