[vue.js] Maximum call stack size exceeded
1、[Vue warn]: Error in v-on handler: "RangeError: Max足毂忍珩imum call stack size exceeded" (found in <Root>)RangeError: Maximum call stack size exceeded at HTMLInputElement.toString (<anonymous>)
![[vue.js] Maximum call stack size exceeded](https://exp-picture.cdn.bcebos.com/fab31cb375d7997b88fad0edf9dade49600fd9a6.jpg)
2、第1种情况是因为进入了死循环,比如自身调用自身。
![[vue.js] Maximum call stack size exceeded](https://exp-picture.cdn.bcebos.com/d9a8d2d2bb665159c04e1a9f8fe23ea23b42c7a6.jpg)
3、第2种情况是有ajax请求报错
4、第3种,可能是某些常见的错误就会报这种错误