UNPKG

vva-cli

Version:

A CLI of Vue 3 and Typescript and Element-plus in Vite

19 lines (17 loc) 347 B
import { OperateBtn } from "components/tableOprate"; export const common: OperateBtn[] = [ { cmd: "copy", label: "批量复制ID", position: "left", plain: true, icon: "DocumentCopy", }, { cmd: "add", label: "新建文章", position: "right", type: "primary", icon: "Plus", }, ];