引入 ElementUI
引入 ElementUI 相关包
npm install element-ui -S
在渲染进程模块的main.js
中加入ElementUI
组件
import ElementUI from 'element-ui'
import 'element-ui/lib/theme-chalk/index.css'
...
Vue.use(ElementUI)
作者:Jeebiz 创建时间:2023-07-07 20:38
最后编辑:Jeebiz 更新时间:2024-10-29 20:36
最后编辑:Jeebiz 更新时间:2024-10-29 20:36