-
Notifications
You must be signed in to change notification settings - Fork 341
Closed
Description
1.1.1 (working)
https://codepen.io/jkarczm/pen/dyRYOZo?editors=1010
vue 3 (working)
1.1.2 (not working), same in 1.1.3
https://codepen.io/jkarczm/pen/rNwOWqb?editors=0010
setup () {
const arr = ref([1, 2, 3]);
watch ([arr], () => alert('array updated'), { deep: true });
return { arr, click: () => arr.value.push(5) };
}Metadata
Metadata
Assignees
Labels
No labels