The Wayback Machine - https://web.archive.org/web/20220718112358/https://github.com/vuejs/vue/issues/12675
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Version
2.7.7
Reproduction link
codesandbox.io
Steps to reproduce
Create a
const els = ref([])
to store an array of HTML elements in a v-for. Attempt towatch(els)
. Nothing happens.This worked in 2.6.*.
What is expected?
The watcher function should fire anytime the ref has changed with new elements added in a v-for.
What is actually happening?
The watcher function is not firing.
The text was updated successfully, but these errors were encountered: