Create user info on block card creation

This commit is contained in:
eris 2022-03-22 06:54:55 +00:00
parent 0ef58696bf
commit 2412847195

View file

@ -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)