fix: bug fix

This commit is contained in:
JimQing 2020-07-04 16:52:57 +08:00
parent 1541766a07
commit 1dac7a2214

View File

@ -26,7 +26,7 @@ const state = {
nightMode: false
};
const mutations = {
setHtmL(state, data) {
setHtml(state, data) {
state.html = data;
},
setEditorValue(state, data) {