mirror of
https://github.com/doocs/md.git
synced 2024-11-25 03:18:36 +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"
|
v-model="rightClickMenuVisible"
|
||||||
:left="mouseLeft"
|
:left="mouseLeft"
|
||||||
:top="mouseTop"
|
:top="mouseTop"
|
||||||
@downLoad="downloadEditorContent"
|
|
||||||
@menuTick="onMenuEvent"
|
@menuTick="onMenuEvent"
|
||||||
@insertTable="dialogFormVisible = true"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
@ -280,6 +278,11 @@ export default {
|
|||||||
case 'insertPic':
|
case 'insertPic':
|
||||||
this.uploaded(info);
|
this.uploaded(info);
|
||||||
break;
|
break;
|
||||||
|
case 'downLoad':
|
||||||
|
this.downloadEditorContent();
|
||||||
|
break;
|
||||||
|
case 'insertTable':
|
||||||
|
this.dialogFormVisible = true;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user