20200129——element-ui的安装

安装

npm i element-ui -S

上手
在main.js中引入

import ElementUI from 'element-ui';
import 'element-ui/lib/theme-chalk/index.css';

Vue.use(ElementUI);

完成
就可以在Vue文件中使用标签进行开发

发布了716 篇原创文章 · 获赞 41 · 访问量 6万+

猜你喜欢

转载自blog.csdn.net/qq_36344771/article/details/104106924
今日推荐