feature: default light

This commit is contained in:
JimQing 2020-05-17 18:33:36 +08:00
parent 4b65d3a5cc
commit 6348965e0a

View File

@ -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) {