码迷,mamicode.com
首页 > 其他好文 > 详细

在vue中使用element-ui框架

时间:2020-06-26 14:31:14      阅读:203      评论:0      收藏:0      [点我收藏+]

标签:font   theme   导入   info   class   pac   import   round   ui框架   

      1 、安装依赖包

              

  npm i element-ui -S

     2、在main.js中导入element-ui相关资源

          

     // 手动配置element-ui
import ElementUI from element-ui
import element-ui/lib/theme-chalk/index.css
Vue.use(ElementUI)

技术图片

 

 3、可以在vue页面使用element-ui组件了

// 手动配置element-ui
import ElementUI from ‘element-ui‘
import ‘element-ui/lib/theme-chalk/index.css‘
Vue.use(ElementUI)

在vue中使用element-ui框架

标签:font   theme   导入   info   class   pac   import   round   ui框架   

原文地址:https://www.cnblogs.com/wenghan/p/13194710.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!