Vue3.0正确引入Element UI组件的正确姿势
Posted 小小小梅子
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Vue3.0正确引入Element UI组件的正确姿势相关的知识,希望对你有一定的参考价值。
- 命令引入参照官方文档:https://element.eleme.cn/#/zh-CN/component/installation
- npm i element-ui -S
- main.js中引入
引入Element Plus
引入命令
- 命令参考官方文档:https://element-plus.gitee.io/#/zh-CN/component/installation
- npm install element-plus --save
- main.js中引入
- npm uninstall element-ui -S 在安装element-plus
以上是关于Vue3.0正确引入Element UI组件的正确姿势的主要内容,如果未能解决你的问题,请参考以下文章
Vue3.0+Vant ui配置按需引入(非vue-cli3.0)