UNPKG

@renpan/v-md-editor

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