UNPKG

vxe-table-select-area

Version:

一个基于 vxe-table 的可区域选中复制、粘贴的组件

8 lines (5 loc) 182 B
import VXEStore from './store' export const commands = new VXEStore() if (process.env.VUE_APP_VXE_TABLE_ENV === 'development') { Object.assign(commands, { _name: 'Commands' }) }