mirror of
https://github.com/doocs/md.git
synced 2024-11-24 19:10:34 +08:00
Merge branch 'feature-rebuild' of github.com:doocs/md into feature-rebuild
This commit is contained in:
commit
0486d25cbb
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user