From e20a7be3aa4973400cd670347ff038a78eb12e4e Mon Sep 17 00:00:00 2001 From: dave Date: Wed, 20 Feb 2019 10:13:28 -0500 Subject: [PATCH] #376: update status timeline when it's empty --- src/components/timeline/timeline.js | 3 ++- src/components/timeline/timeline.vue | 5 ++++- src/components/user_profile/user_profile.vue | 1 + src/i18n/en.json | 3 ++- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/src/components/timeline/timeline.js b/src/components/timeline/timeline.js index 85e0a055..40226674 100644 --- a/src/components/timeline/timeline.js +++ b/src/components/timeline/timeline.js @@ -11,7 +11,8 @@ const Timeline = { 'title', 'userId', 'tag', - 'embedded' + 'embedded', + 'count' ], data () { return { diff --git a/src/components/timeline/timeline.vue b/src/components/timeline/timeline.vue index e3eea3bd..8f28d65c 100644 --- a/src/components/timeline/timeline.vue +++ b/src/components/timeline/timeline.vue @@ -20,7 +20,10 @@
-