Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
🐛 修复动态修改default_open无效问题
  • Loading branch information
cyy committed Sep 4, 2017
commit b9747817a7516bafebc226ec3945762218d871da
2 changes: 1 addition & 1 deletion src/mavon-editor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@
if (this.subfield && !default_open_) {
default_open_ = 'preview';
}
return default_open_ === 'preview' ? true : false;
this.s_preview_switch = default_open_ === 'preview' ? true : false;
}
},
components: {
Expand Down