在使用vue_cli时出现如下错误:
原因是 node 版本太低 应该升级
vue SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode
原文:https://www.cnblogs.com/guangzhou11/p/8992780.html