Add Settings page.

This commit is contained in:
Roger Braun 2017-02-16 22:25:29 +01:00
parent 6de2dd041d
commit 52dd7c009f
2 changed files with 31 additions and 0 deletions

View file

@ -0,0 +1,9 @@
import StyleSwitcher from '../style_switcher/style_switcher.vue'
const settings = {
components: {
StyleSwitcher
}
}
export default settings