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
/
grid
/
index.js
13 lines
(10 loc)
•
269 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
import
VxeGrid
from
'./src/grid'
import
VXETable
from
'../v-x-e-table'
export
const
Grid
=
Object
.
assign
(
VxeGrid
, {
install
(
Vue
) {
VXETable
.
Grid
=
VxeGrid
VXETable
.
GridComponent
=
VxeGrid
Vue
.
component
(
VxeGrid
.
name
,
VxeGrid
) } })
export
default
Grid