Skip to content
Snippets Groups Projects
Commit 52dd7c00 authored by lain's avatar lain
Browse files

Add Settings page.

parent 6de2dd04
No related branches found
No related tags found
No related merge requests found
import StyleSwitcher from '../style_switcher/style_switcher.vue'
const settings = {
components: {
StyleSwitcher
}
}
export default settings
<template>
<div class="settings panel panel-default base00-background">
<div class="panel-heading base01-background base04">
Settings
</div>
<div class="panel-body">
<div class="setting-item">
<h2>Theme</h2>
<style-switcher></style-switcher>
</div>
</div>
</div>
</template>
<script src="./settings.js">
</script>
<style>
.setting-item {
margin: 1em
}
</style>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment