module.exports = { presets: [ '@vue/cli-plugin-babel/preset' ], plugins: [ // 添加可选链操作符支持 '@babel/plugin-proposal-optional-chaining' ] }