UNPKG
kpmg-smart-table
Version:
latest (1.0.0)
1.0.0
kpmg所属智能表格组件
github.com/zhibai-xx/kpmg-smart-table
zhibai-xx/kpmg-smart-table
kpmg-smart-table
/
src
/
components
/
table
/
index.js
7 lines
(5 loc)
•
157 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
SmartTable
from
'./src/Table.vue'
;
SmartTable
.
install
=
function
(
Vue
) {
Vue
.
component
(
SmartTable
.
name
,
SmartTable
); };
export
default
SmartTable
;