UNPKG
ive-uniapp
Version:
latest (0.1.2-beta)
0.1.2-beta
0.1.1-beta
0.1.0-beta
Provide useful components and tools for uniapp
ive-uniapp
/
lib
/
customWrap
/
index.js
8 lines
(6 loc)
•
181 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
Vue
from
'vue'
;
import
customWrap
from
'./customWrap'
; customWrap.
install
=
function
(
) {
Vue
.
component
(customWrap.
name
, customWrap); };
export
default
customWrap;