UNPKG

@kangc/v-md-editor

Version:
10 lines (8 loc) 153 B
import { h3 } from '@/utils/constants/command'; export default { modifier: 'ctrl', key: '3', action(editor) { editor.execCommand(h3); }, };