Files
api-client/babel.config.js

8 lines
193 B
Vue
Raw Normal View History

2025-03-28 18:28:06 +08:00
/**
* @author https://github.com/zxwk1998/vue-admin-better 不想保留author可删除
* @description babel.config
*/
module.exports = {
presets: ['@vue/cli-plugin-babel/preset'],
}