diff options
| author | Hakaba Hitoyo <example@example.com> | 2018-04-29 18:09:49 +0900 |
|---|---|---|
| committer | Hakaba Hitoyo <example@example.com> | 2018-04-29 18:09:49 +0900 |
| commit | 150b815407c9577d153d309c0362d72725e82c6b (patch) | |
| tree | 2511c2366c64155db81b84bb8bda6bb37d8475a5 | |
| parent | b1d1c7cfc4a58fa508d2b2e2f092c040c23d99d0 (diff) | |
lint
| -rw-r--r-- | src/main.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.js b/src/main.js index 73d73780..7ca34adf 100644 --- a/src/main.js +++ b/src/main.js @@ -104,7 +104,7 @@ window.fetch('/static/config.json') var redirectRootLogin = data['redirectRootLogin'] var redirectRootNoLogin = data['redirectRootNoLogin'] return (store.state.users.currentUser ? redirectRootLogin : redirectRootNoLogin) || '/main/all' - }}, + }}, { path: '/main/all', component: PublicAndExternalTimeline }, { path: '/main/public', component: PublicTimeline }, { path: '/main/friends', component: FriendsTimeline }, |
