UNPKG

@kangc/v-md-editor

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