]> git.ipfire.org Git - thirdparty/vuejs/core.git/commit
dx(reactivity): disable recursive computed warning by default
authorEvan You <yyx990803@gmail.com>
Sun, 25 Feb 2024 12:38:33 +0000 (20:38 +0800)
committerEvan You <yyx990803@gmail.com>
Sun, 25 Feb 2024 12:38:33 +0000 (20:38 +0800)
commitb31dd7468b06eb4cb1bdf070584df5bc613946fa
tree51b730127b7debf53cadd051154cd4a7c9606801
parent21e0d6b1456b18b6f67a1a54d416cdb49bf097a0
dx(reactivity): disable recursive computed warning by default

Now can be enabled with app.config.warnRecursiveComputed option.

close #10341
packages/reactivity/src/computed.ts
packages/reactivity/src/index.ts
packages/runtime-core/src/apiComputed.ts
packages/runtime-core/src/apiCreateApp.ts