UNPKG

@kangc/v-md-editor

Version:
8 lines (6 loc) 179 B
export { hr as name } from '@/utils/constants/command.js'; export default function (editor) { editor.insert(() => ({ text: '------------------------------------', })); }