Skip to content

Commit 1948724

Browse files
committed
fix(远程加载): 默认加载普通图文
1 parent 580e263 commit 1948724

File tree

1 file changed

+1
-1
lines changed
  • src/components/CodemirrorEditor/EditorHeader

1 file changed

+1
-1
lines changed

src/components/CodemirrorEditor/EditorHeader/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ function copy() {
511511
<StyleDropdown />
512512
<HelpDropdown />
513513
</el-space>
514-
<el-button plain type="primary" @click="loadRemote">
514+
<el-button plain type="primary" @click="() => loadRemote()">
515515
远程加载
516516
</el-button>
517517
<el-button plain type="primary" :loading="loading" @click="loadRemoteAndPostInARow">

0 commit comments

Comments
 (0)