diff options
| author | Roger Braun <roger@rogerbraun.net> | 2017-02-16 22:25:41 +0100 |
|---|---|---|
| committer | Roger Braun <roger@rogerbraun.net> | 2017-02-16 22:25:41 +0100 |
| commit | 34bc38f0bf76a9add53652f5a7442be4f7fe9851 (patch) | |
| tree | d86120a582a6c0aeb8c037ef7e27f7b3b00f42d3 /src/App.js | |
| parent | 52dd7c009f12e1d5522787f4173670c408efa158 (diff) | |
Add settings page to app.
Diffstat (limited to 'src/App.js')
| -rw-r--r-- | src/App.js | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,15 +1,13 @@ import UserPanel from './components/user_panel/user_panel.vue' import NavPanel from './components/nav_panel/nav_panel.vue' import Notifications from './components/notifications/notifications.vue' -import StyleSwitcher from './components/style_switcher/style_switcher.vue' export default { name: 'app', components: { UserPanel, NavPanel, - Notifications, - StyleSwitcher + Notifications }, data: () => ({ mobileActivePanel: 'timeline' |
