vue element安装

element-ui插件

安装
>: cnpm i element-ui -S
main.js配置
import ElementUI from 'element-ui';
import 'element-ui/lib/theme-chalk/index.css';
Vue.use(ElementUI);
使用
依照官网 https://element.eleme.cn/#/zh-CN/component/installation api

猜你喜欢

转载自www.cnblogs.com/Sunbreaker/p/11656148.html