mirror of
https://github.com/doocs/md.git
synced 2024-11-24 19:10:34 +08:00
fix: bug fix
This commit is contained in:
parent
1541766a07
commit
1dac7a2214
@ -26,7 +26,7 @@ const state = {
|
|||||||
nightMode: false
|
nightMode: false
|
||||||
};
|
};
|
||||||
const mutations = {
|
const mutations = {
|
||||||
setHtmL(state, data) {
|
setHtml(state, data) {
|
||||||
state.html = data;
|
state.html = data;
|
||||||
},
|
},
|
||||||
setEditorValue(state, data) {
|
setEditorValue(state, data) {
|
||||||
|
Loading…
Reference in New Issue
Block a user