羞涩项链

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

vue安装element-ui并使用

1 npm i element-ui -S2 在main.js中import ElementUI from 'element-ui';import 'element-ui/lib/theme-chalk/index.css';Vue.use(ElementUI);在项目中import ElementUI from ‘element-ui’;import ‘element-ui/lib/theme-chalk/index.css’;Vue.use(ElementUI);然后在所需要的项目