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
/
query
/
index.js
8 lines
(6 loc)
•
173 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
SmartQuery
from
'./src/Query.vue'
;
// 注册组件
SmartQuery
.
install
=
function
(
Vue
) {
Vue
.
component
(
SmartQuery
.
name
,
SmartQuery
); };
export
default
SmartQuery
;