diff options
| author | Roger Braun <roger@rogerbraun.net> | 2017-01-16 18:57:03 +0100 |
|---|---|---|
| committer | Roger Braun <roger@rogerbraun.net> | 2017-01-16 18:57:03 +0100 |
| commit | d644887d4cb2c5d5a4d4b008a2d63dce1cb90bb1 (patch) | |
| tree | 79fee98e20e391f314f81289fa1f51f7c69c56ec /src/App.js | |
| parent | afd90b84d0257f158bba5e9fbcc233f807bc15f6 (diff) | |
Add styleSwitcher.
Diffstat (limited to 'src/App.js')
| -rw-r--r-- | src/App.js | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,13 +1,15 @@ 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 + Notifications, + StyleSwitcher }, computed: { currentUser () { return this.$store.state.users.currentUser }, |
