mirror of
https://github.com/woodchen-ink/md-wechat.git
synced 2025-07-18 13:42:02 +08:00
style: prettify code
This commit is contained in:
parent
150435efa2
commit
47ebb4cc8c
@ -334,12 +334,9 @@ export default {
|
|||||||
},
|
},
|
||||||
// 导出编辑器内容为 HTML,并且下载到本地
|
// 导出编辑器内容为 HTML,并且下载到本地
|
||||||
exportEditorContent() {
|
exportEditorContent() {
|
||||||
|
|
||||||
|
|
||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
exportHTML();
|
exportHTML();
|
||||||
})
|
});
|
||||||
|
|
||||||
},
|
},
|
||||||
// 格式化文档
|
// 格式化文档
|
||||||
formatContent() {
|
formatContent() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user