diff options
| author | Shpuld Shpludson <shp@cock.li> | 2019-03-04 16:09:23 +0000 |
|---|---|---|
| committer | Shpuld Shpludson <shp@cock.li> | 2019-03-04 16:09:23 +0000 |
| commit | 893767b780908bffe2404c48cbc807286974cef1 (patch) | |
| tree | daf2d617fd8f70c9d0c28d216671183ecc407864 /src/components/user_profile/user_profile.js | |
| parent | 42d36fc98b75882915f9863998038ac62a0ed832 (diff) | |
| parent | 5a0bb29f02349aed4a7948b963ff0a78d3975237 (diff) | |
Merge branch 'issue-417-profile-tab' into 'develop'
Issue 417 profile tab
Closes #417
See merge request pleroma/pleroma-fe!634
Diffstat (limited to 'src/components/user_profile/user_profile.js')
| -rw-r--r-- | src/components/user_profile/user_profile.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/components/user_profile/user_profile.js b/src/components/user_profile/user_profile.js index 7708141c..cdf1cee9 100644 --- a/src/components/user_profile/user_profile.js +++ b/src/components/user_profile/user_profile.js @@ -141,6 +141,9 @@ const UserProfile = { } this.cleanUp() this.startUp() + }, + $route () { + this.$refs.tabSwitcher.activateTab(0)() } }, components: { |
