Vue中安装element-ui的方法

it2024-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)
最新回复(0)