VUE_project/babel.config.js

15 lines
219 B
JavaScript
Raw Permalink Normal View History

2024-04-27 10:40:47 +08:00
module.exports = {
presets: [
'@vue/cli-plugin-babel/preset'
2024-04-28 23:11:47 +08:00
],
"plugins": [
[
"component",
{
"libraryName": "element-ui",
"styleLibraryName": "theme-chalk"
}
]
2024-04-27 10:40:47 +08:00
]
}