UNPKG
ed-frame-vue
Version:
latest (1.0.47)
1.0.47
1.0.46
1.0.45
1.0.44
easydata 基础组件
ed-frame-vue
/
lib
/
pages
/
Template
/
index.js
9 lines
(6 loc)
•
191 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
import
TemplateList
from
'./src/index.vue'
/* istanbul ignore next */
TemplateList
.
install
=
function
(
Vue
) {
Vue
.
component
(
TemplateList
.
name
,
TemplateList
) }
export
default
TemplateList