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
/
longpressImg
/
index.js
9 lines
(6 loc)
•
195 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
import
Vue
from
'vue'
;
import
longpressImg
from
'./longpressImg'
; longpressImg.
install
=
function
(
) {
Vue
.
component
(longpressImg.
name
, longpressImg); };
export
default
longpressImg;