vue-learning/入门/cli/hello-elementplus/babel.config.js

6 lines
73 B
JavaScript
Raw Normal View History

2022-11-22 16:40:23 +00:00
module.exports = {
presets: [
'@vue/cli-plugin-babel/preset'
]
}