mirror of
https://github.com/doocs/md.git
synced 2024-11-24 19:10:34 +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…
Reference in New Issue
Block a user