import UModal from './UModal' export default { install(Vue) { Vue.use(UModal) //注册全局js函数和变量 Vue.prototype.$UModal = UModal } }