首页
it技术
登录
6mi
u
盘
搜
搜 索
it技术
Vue中安装element-ui的方法
Vue中安装element-ui的方法
it
2024-03-17
53
Vue中安装element-ui的方法
1.进入你的项目
// 输入
npm install element
-
ui
-
S
2.查看配置文件 3.在main.js文件中 引入 element 组件
// 输入
import
ElementUI
from
'element-ui'
import
'element-ui/lib/theme-chalk/index.css'
Vue
.
use
(
ElementUI
)
转载请注明原文地址: https://lol.8miu.com/read-14647.html
最新回复
(
0
)