Subscribe on changes!

render fn Maximum recursive updates exceeded in component

avatar
Oct 27th 2021

Version

3.2.20

Reproduction link

sfc.vuejs.org/

Steps to reproduce

count output error

What is expected?

output: 2

What is actually happening?

output: 102 Warn: Maximum recursive updates exceeded in component

avatar
Oct 27th 2021

This is not an error, just don't do it๐Ÿ˜‚

avatar
Oct 27th 2021
<span>{{ count + 1 }}</span>