Some checks failed
Deploy to GitHub Pages / Deploy to GitHub Pages (push) Has been cancelled
8 lines
193 B
Vue
8 lines
193 B
Vue
/**
|
||
* @author https://github.com/zxwk1998/vue-admin-better (不想保留author可删除)
|
||
* @description babel.config
|
||
*/
|
||
module.exports = {
|
||
presets: ['@vue/cli-plugin-babel/preset'],
|
||
}
|