UNPKG

v-md-editor

Version:

A markdown editor built on Vue

11 lines (9 loc) 233 B
import { table } from '@/utils/constants/command'; export default { name: table, icon: 'v-md-icon-table', title: (editor) => editor.langConfig.table.toolbar, action(editor) { editor.execCommand(table); }, };