diff options
| author | Henry Jameson <me@hjkos.com> | 2018-03-12 02:31:33 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2018-03-12 02:31:33 +0300 |
| commit | 0c4dc26808c3bb7508bf9005f3c3430f1c7e2039 (patch) | |
| tree | 4bf42b369fd8a90246272c36f04b9f478ebc2db3 /src/components/user_card_content/user_card_content.js | |
| parent | 5efd8a4aa6cd4deca287781be24083fc468c563a (diff) | |
after nine years of development, hopefully, it has been worth the weight
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 |
