webveuje/teaching/jwl/课件/vue/ceshi/babel.config.js

6 lines
73 B
JavaScript
Raw Normal View History

2021-04-29 09:16:40 +00:00
module.exports = {
presets: [
'@vue/cli-plugin-babel/preset'
]
}