collateral fixes for user-card: use still-image, styles for custom emoji
This commit is contained in:
parent
8f255fbad4
commit
23d434c40c
2 changed files with 12 additions and 2 deletions
|
@ -1,4 +1,5 @@
|
|||
import UserCardContent from '../user_card_content/user_card_content.vue'
|
||||
import StillImage from '../still-image/still-image.vue'
|
||||
|
||||
const UserCard = {
|
||||
props: [
|
||||
|
@ -12,7 +13,8 @@ const UserCard = {
|
|||
}
|
||||
},
|
||||
components: {
|
||||
UserCardContent
|
||||
UserCardContent,
|
||||
StillImage
|
||||
},
|
||||
computed: {
|
||||
currentUser () { return this.$store.state.users.currentUser }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue