Dafrok / vue-baidu-map

Baidu Map components for Vue 2.x
https://dafrok.github.io/vue-baidu-map/
MIT License
2.41k stars 430 forks source link

InternalError: "too much recursion" #760

Open taoqi0813 opened 4 years ago

taoqi0813 commented 4 years ago

[BUG 反馈] InternalError: "too much recursion"

浏览器版本号

Firefox 72.0.2(64位)

Vue 版本号

2.6.10

组件库版本号

0.21.22

现象描述

根据文档【快速上手】所示demo来写,直接报错

完整异常信息

[Vue warn]: Error in nextTick: "InternalError: too much recursion"

在线示例 / 仓库 URL

没有

复现用例

预期输出

实际输出

wangxinzhi commented 1 year ago

我也遇到一样的问题。前端报错InternalError: too much recursion

wangxinzhi commented 1 year ago

驼峰命名的问题,把组件名称BaiduMap,换成baiduMap,试试

wangxinzhi commented 1 year ago

不过只能处理局部引用的问题 处理不了全局引用的问题