UNPKG

@kangc/v-md-editor

Version:
11 lines (9 loc) 225 B
import { ul } from '@/utils/constants/command'; export default { name: ul, icon: 'v-md-icon-ul', title: (editor) => `${editor.langConfig.ul.toolbar}(Ctrl+U)`, action(editor) { editor.execCommand(ul); }, };