rhb-server/mes-ui/rhb-app/babel.config.js
2025-10-20 11:14:41 +08:00

15 lines
225 B
JavaScript

module.exports = {
presets: [
'@vue/app'
],
//以下是添加的内容
plugins: [
[
"component",
{
"libraryName": "element-ui",
"styleLibraryName": "theme-chalk"
}
]
]
}