Element引入和使用
1.使用webpack搭建好项目框架2.进入mail.js 文件中/* 引入element */import ElementUI from 'element-ui'import 'element-ui/lib/theme-chalk/index.css'/* 使用ElementUI */Vue.use(ElementUI)Vue.config.productionTip = ...