vue项目配置好路由后报错:
Maximum call stack size exceeded;
Cannot read property ‘matched’ of undefined;
Maximum call stack size exceeded
通过查阅各种资料,发现了解决办法,配置路由时候,redirect用错,去掉后就可以了。
Maximum call stack size exceeded

相关文章: