-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Description
Is there any chance of updating the version of Vue that the playground uses?
I noticed it seems to be still at Vue 3.2.27
There is a lovely new feature in Vue 3.5
that I would like to take advantage of with watchArray()
and thought I would test it out first,
But noticed when I passed { deep: 1 }
it was acting like { deep: true }
which was not the intended effect.
It taken me a while to realise it wasn't my code, but just the version of vue that was the problem by using import { version } from 'vue'
This has deep 1 which tracks array .push/pop/splice()
etc, but not tracking the arrays objects mutation..
It just doesn't have the nice (added/removed)
that watchArray has.
Metadata
Metadata
Assignees
Labels
No labels