mirror of
https://gitee.com/chu1204505056/vue-admin-beautiful.git
synced 2025-04-05 19:41:43 +08:00
8 lines
197 B
Vue
8 lines
197 B
Vue
/**
|
||
* @author https://gitee.com/chu1204505056/vue-admin-better (不想保留author可删除)
|
||
* @description babel.config
|
||
*/
|
||
module.exports = {
|
||
presets: ['@vue/cli-plugin-babel/preset'],
|
||
}
|