]> git.ipfire.org Git - thirdparty/vuejs/core.git/commit
fix(watch): ensure oldValue in multi-source watcher is always an array
authorEvan You <yyx990803@gmail.com>
Wed, 9 Nov 2022 12:50:02 +0000 (20:50 +0800)
committerEvan You <yyx990803@gmail.com>
Wed, 9 Nov 2022 12:50:02 +0000 (20:50 +0800)
commit23e85e21a50926c48dea4f978e212e4301c20037
treef68dbda405d62ea0ba08a2b70120addde43e5e70
parentd33292dd474baa284c2996a5dc508fce8ae8a3d8
fix(watch): ensure oldValue in multi-source watcher is always an array

fix #7070
packages/runtime-core/__tests__/apiWatch.spec.ts
packages/runtime-core/src/apiWatch.ts