Merge branch 'feature-rebuild' of github.com:doocs/md into feature-rebuild

This commit is contained in:
yanglbme 2020-07-13 20:38:48 +08:00
commit 0486d25cbb

View File

@ -56,9 +56,7 @@
v-model="rightClickMenuVisible"
:left="mouseLeft"
:top="mouseTop"
@downLoad="downloadEditorContent"
@menuTick="onMenuEvent"
@insertTable="dialogFormVisible = true"
/>
</div>
</template>
@ -280,6 +278,11 @@ export default {
case 'insertPic':
this.uploaded(info);
break;
case 'downLoad':
this.downloadEditorContent();
break;
case 'insertTable':
this.dialogFormVisible = true;
default:
break;
}