秀丽金针菇

文章
6
资源
0
加入时间
3年1月13天

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 = ...