fix(styles): 删除无效代码

This commit is contained in:
ronger 2024-02-06 09:37:23 +08:00
parent 6f71522eea
commit f1cad19531

View File

@ -427,11 +427,8 @@
height: 480,
placeholder: '', //_ts.$t('inputContent', _ts.$store.state.locale)
resize: false,
value: ''
value: articleContent
});
let mark = _ts.contentEditor.html2md(articleContent);
_ts.contentEditor.setValue(mark);
})
}
}