Files
huangjingfen/pro_v3.5.1/view/admin/babel.config.js
panchengyong 7acbf45ff7 new files
2026-03-07 22:29:07 +08:00

17 lines
300 B
JavaScript

module.exports = {
presets: [
['@vue/app',{
useBuiltIns: 'entry'
}]
],
"plugins": [
[
"component",
{
"libraryName": "element-ui",
"styleLibraryName": "theme-chalk"
}
]
]
}