UNPKG

v-md-editor

Version:

A markdown editor built on Vue

10 lines (8 loc) 177 B
import { codePython } from '@/utils/constants/command'; export default { modifier: 'alt', key: 'p', action(editor) { editor.execCommand(codePython); }, };