Skip to content

Commit 47ebb4c

Browse files
yanglbmeactions-user
authored andcommitted
style: prettify code
1 parent 150435e commit 47ebb4c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/pages/index/view/CodemirrorEditor.vue

+1-4
Original file line numberDiff line numberDiff line change
@@ -334,12 +334,9 @@ export default {
334334
},
335335
// 导出编辑器内容为 HTML,并且下载到本地
336336
exportEditorContent() {
337-
338-
339337
this.$nextTick(() => {
340338
exportHTML();
341-
})
342-
339+
});
343340
},
344341
// 格式化文档
345342
formatContent() {

0 commit comments

Comments
 (0)