UNPKG

@kangc/v-md-editor

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