Vue打包后 有部分页面出现 Cannot create property ‘default‘ on boolean ‘true‘ 这个错误 调试代码怎么都没找到错误,原来是打包后引用的cdn中的vue版本和本地不一致造成的, 只需要更新一下cdn的版本号即可。 故此记录。