UNPKG
simple-frame-unit
Version:
latest (1.0.6)
1.0.6
1.0.4
1.0.3
1.0.2
基于vue2 研发的与simple-data后端配合使用的组件
simple-frame-unit
/
lib
/
pages
/
Interface
/
index.js
9 lines
(6 loc)
•
176 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
import
Interface
from
'./src/index.vue'
/* istanbul ignore next */
Interface
.
install
=
function
(
Vue
) {
Vue
.
component
(
Interface
.
name
,
Interface
) }
export
default
Interface