Skip to content

Commit

Permalink
chore: uniform use method
Browse files Browse the repository at this point in the history
  • Loading branch information
YangFong committed Aug 25, 2024
1 parent 585a87f commit 8e34134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/CodemirrorEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ onMounted(() => {
<ContextMenuItem inset @click="exportEditorContent2HTML()">
导出 .html
</ContextMenuItem>
<ContextMenuItem inset @click="formatContent">
<ContextMenuItem inset @click="formatContent()">
格式化
<ContextMenuShortcut>{{ altSign }} + {{ shiftSign }} + F</ContextMenuShortcut>
</ContextMenuItem>
Expand Down

0 comments on commit 8e34134

Please sign in to comment.