Vue里报错:Maximum call stack size exceeded

 报错原因:

当前组件的名字不能和他使用其他组件注册的名字相同

不然这样会陷入死循环,所以js内存溢出了

原文地址:https://www.cnblogs.com/bobo1/p/12583854.html