Bootstrap

Uncaught (in promise) Error: Maximum recursive updates exceeded. This means you have a reactive effe

Uncaught (in promise) Error: Maximum recursive updates exceeded. This means you have a reactive effect that is mutating its own dependencies and thus recursively triggering itself. Possible sources include component template, render function, updated hook or watcher source function.

今天在修改一个项目,突然发现select不能点了,只要点击就触发这个异常,查了下,是vue的bug,升级下就可以了。

项目原来vue的版本:3.0.0,升级后的vue的版本:3.2.19.

;