Skip to content

Commit

Permalink
style: prettify code
Browse files Browse the repository at this point in the history
  • Loading branch information
yanglbme authored and actions-user committed Oct 30, 2021
1 parent 150435e commit 47ebb4c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/pages/index/view/CodemirrorEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -334,12 +334,9 @@ export default {
},
// 导出编辑器内容为 HTML,并且下载到本地
exportEditorContent() {
this.$nextTick(() => {
exportHTML();
})
});
},
// 格式化文档
formatContent() {
Expand Down

0 comments on commit 47ebb4c

Please sign in to comment.