import Vue from 'vue' import ElementUI from 'element-ui'; export default () => { Vue.use(ElementUI); }