目前项目vue的template模版里面用可选链的时候会报错,相关配置和插件添加后就可以使用了

// vue template模版中支持可选链使用
    config.module
      .rule('vue')
      .use('vue-loader')
      .tap(options => {
        options.compiler = require('vue-template-babel-compiler');
        return options;
      })

亲爱的阿乾
885 声望22 粉丝

此时无能为力,此心随波逐流