diff options
| author | Henry Jameson <me@hjkos.com> | 2019-01-17 22:25:50 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2019-01-17 22:46:41 +0300 |
| commit | 6e219c2961ddd205d618f2775076c25f49c63ca2 (patch) | |
| tree | e03a6631f9b8bdb3f0ee050f5569c81291c2ed38 /src/components/user_profile/user_profile.vue | |
| parent | 93cbb58212ebb83cee5bc89f8cef1ebb58969f5c (diff) | |
add support for tab-switcher to automatically switch to first tab if asked index
is invalid
Diffstat (limited to 'src/components/user_profile/user_profile.vue')
| -rw-r--r-- | src/components/user_profile/user_profile.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/user_profile/user_profile.vue b/src/components/user_profile/user_profile.vue index e53727ff..d64ce277 100644 --- a/src/components/user_profile/user_profile.vue +++ b/src/components/user_profile/user_profile.vue @@ -20,7 +20,7 @@ <i class="icon-spin3 animate-spin"></i> </div> </div> - <Timeline v-if="isUs" :label="$t('user_card.favorites')" :embedded="true" :title="$t('user_profile.favorites_title')" :timeline="favorites"/> + <Timeline v-if="isUs" :label="$t('user_card.favorites')" :embedded="true" :title="$t('user_profile.favorites_title')" timeline-name="favorites" :timeline="favorites"/> </tab-switcher> </div> <div v-else class="panel user-profile-placeholder"> |
