引入 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  更新时间:2023-10-24 09:20