美文网首页
16.使用ElementUI

16.使用ElementUI

作者: 面具猴 | 来源:发表于2019-06-11 11:20 被阅读0次

    1.依赖
    npm i element-ui -S

    2.导入(main.js中)
    import ElementUI from 'element-ui'
    import 'element-ui/lib/theme-chalk/index.css'

    Vue.use(ElementUI)

    相关文章

      网友评论

          本文标题:16.使用ElementUI

          本文链接:https://www.haomeiwen.com/subject/xrjjxctx.html