UNPKG
vue-eltable-plus
Version:
latest (1.1.0)
1.1.0
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
二次封装element-ui el-table 表格组件
github.com/chenle1005/vue-elTable-plus
chenle1005/vue-elTable-plus
vue-eltable-plus
/
lib
/
demo.html
11 lines
(7 loc)
•
192 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
<
meta
charset
=
"utf-8"
>
<
title
>
table-plus demo
</
title
>
<
script
src
=
"./table-plus.umd.js"
>
</
script
>
<
link
rel
=
"stylesheet"
href
=
"./table-plus.css"
>
<
script
>
console
.
log
(table-plus)
</
script
>