Create user info on block card creation
This commit is contained in:
parent
0ef58696bf
commit
2412847195
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,9 @@ const BlockCard = {
|
|||
progress: false
|
||||
}
|
||||
},
|
||||
created () {
|
||||
this.$store.dispatch('fetchUserRelationship', this.user.id)
|
||||
},
|
||||
computed: {
|
||||
user () {
|
||||
return this.$store.getters.findUser(this.userId)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue