UNPKG

vxe-table-select-area

Version:

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

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