UNPKG

@renpan/v-md-editor

Version:
8 lines (7 loc) 102 B
export default { modifier: 'ctrl', key: 's', action(editor) { editor.save(); }, };