Skip to content
Snippets Groups Projects
Commit f1aa01a2 authored by Pan's avatar Pan
Browse files

fix theme example bug

parent 5cd245ac
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ import { toggleClass } from 'utils';
export default {
data() {
return {
theme: '',
theme: false,
tags: [
{ name: '标签一', type: '' },
{ name: '标签二', type: 'gray' },
......@@ -68,9 +68,6 @@ export default {
toggleClass(document.body, 'custom-theme')
// this.$store.dispatch('setTheme', value);
}
},
methods: {
}
};
</script>
......
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