import Vue from 'vue'; import Element from 'element-ui'; import 'element-ui/lib/theme-chalk/index.css'; // 注册element-ui组件 Vue.use(Element);