diff options
| author | lambda <pleromagit@rogerbraun.net> | 2018-04-03 09:14:42 +0000 |
|---|---|---|
| committer | lambda <pleromagit@rogerbraun.net> | 2018-04-03 09:14:42 +0000 |
| commit | e4b2fdf1240571f1a3d4be743d73d2b8207b7ba6 (patch) | |
| tree | 8d21d76ef7471df36b3e0468e06b3870b280c714 /src/components/user_card_content/user_card_content.js | |
| parent | 214dd1f6d14073c26316bf5344f03b4b6af999b2 (diff) | |
| parent | 0c4dc26808c3bb7508bf9005f3c3430f1c7e2039 (diff) | |
Merge branch 'stillGifs' into 'develop'
Still gifs
See merge request pleroma/pleroma-fe!193
Diffstat (limited to 'src/components/user_card_content/user_card_content.js')
| -rw-r--r-- | src/components/user_card_content/user_card_content.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/components/user_card_content/user_card_content.js b/src/components/user_card_content/user_card_content.js index 32d62ebb..8c9ccda1 100644 --- a/src/components/user_card_content/user_card_content.js +++ b/src/components/user_card_content/user_card_content.js @@ -1,3 +1,4 @@ +import StillImage from '../still-image/still-image.vue' import { hex2rgb } from '../../services/color_convert/color_convert.js' export default { @@ -35,6 +36,9 @@ export default { return Math.round(this.user.statuses_count / days) } }, + components: { + StillImage + }, methods: { followUser () { const store = this.$store |
