Add Settings page.
This commit is contained in:
parent
6de2dd041d
commit
52dd7c009f
2 changed files with 31 additions and 0 deletions
9
src/components/settings/settings.js
Normal file
9
src/components/settings/settings.js
Normal file
|
@ -0,0 +1,9 @@
|
|||
import StyleSwitcher from '../style_switcher/style_switcher.vue'
|
||||
|
||||
const settings = {
|
||||
components: {
|
||||
StyleSwitcher
|
||||
}
|
||||
}
|
||||
|
||||
export default settings
|
Loading…
Add table
Add a link
Reference in a new issue