UNPKG

ive-uniapp

Version:

Provide useful components and tools for uniapp

9 lines (6 loc) 195 B
import Vue from 'vue'; import longpressImg from './longpressImg'; longpressImg.install = function() { Vue.component(longpressImg.name, longpressImg); }; export default longpressImg;