Vue 定义全局变量
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
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