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