hz-zhhq-web/babel.config.js

6 lines
53 B
JavaScript
Raw Normal View History

2025-01-22 10:55:43 +08:00
module.exports = {
presets: [
'@vue/app'
]
}