vue 使用 ElementUI (2-3步完结)

1.下载包     npm   i     element-ui    --save

2.引用包和样式

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

3.使用

Vue.use(ElementUI);

猜你喜欢

转载自blog.csdn.net/weixin_53185230/article/details/127663168
今日推荐