1.项目中引入element-ui
//引入element-ui的所有组件 import ElementUI from 'element-ui'; //引入element-ui的主题样式 import 'element-ui/lib/theme-chalk/index.css';