你这明显是 babel没有起作用,还在es6的语法在浏览器当中运行。

看看你的webpack配置有没有问题, 记得要在 module下面加上

{
    test: /\.js$/,
    loader: 'babel',
    exclude: /node_modules/
},
Logo

前往低代码交流专区

更多推荐