UNPKG

v-md-editor

Version:

A markdown editor built on Vue

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