mirror of
https://github.com/doocs/md.git
synced 2024-11-28 13:36:32 +08:00
feature: default light
This commit is contained in:
parent
4b65d3a5cc
commit
6348965e0a
@ -22,7 +22,7 @@ const state = {
|
|||||||
currentSize: '',
|
currentSize: '',
|
||||||
currentColor: '',
|
currentColor: '',
|
||||||
citeStatus: 0,
|
citeStatus: 0,
|
||||||
nightMode: true
|
nightMode: false
|
||||||
};
|
};
|
||||||
const mutations = {
|
const mutations = {
|
||||||
setHtml(state, data) {
|
setHtml(state, data) {
|
||||||
|
Loading…
Reference in New Issue
Block a user