UNPKG
vxe-table-select-area
Version:
latest (1.0.6)
vue3 (2.0.7)
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
一个基于 vxe-table 的可区域选中复制、粘贴的组件
vxe-table-select-area
/
packages
/
v-x-e-table
/
src
/
formats.js
8 lines
(5 loc)
•
179 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
VXEStore
from
'./store'
export
const
formats =
new
VXEStore
()
if
(process.
env
.
VUE_APP_VXE_TABLE_ENV
===
'development'
) {
Object
.
assign
(formats, {
_name
:
'Formats'
}) }