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

Show current theme in theme selector.

parent cdc90f8e
No related branches found
No related tags found
No related merge requests found
export default {
data: () => ({
availableStyles: [],
selected: false
}),
data () {
return {
availableStyles: [],
selected: this.$store.state.config.theme
}
},
created () {
const self = this
window.fetch('/static/css/themes.json')
......
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