提交 f1aa01a2 编写于 作者: P Pan

fix theme example bug

上级 5cd245ac
......@@ -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>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册