main.js 中定义
import Ws from ‘./lib/ws‘ import ElementUI from ‘element-ui‘; import GlobalFunc from ‘./lib/global‘ Vue.use(ElementUI) Vue.use(Ws) Vue.prototype.Ws = Ws Vue.prototype.GlobalFunc = GlobalFunc
原文:https://www.cnblogs.com/already/p/11858528.html