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.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm really glad that key paths are now supported in watch options, but that should probably be explicitly mentioned in the docs, as the docs for $watch do mention that they are not, hence the ambiguity.
Version
3.0.0-rc.9
Reproduction link
https://jsfiddle.net/oekwvhd4/
Steps to reproduce
Migrate a v2 app to v3 with a component that uses a watch option with a key path.
What is expected?
The docs clearly state that watch options no longer support key expressions.
Clear migration guidance should be given about moving watched keypaths to mounted this.$watch(() => this.key.path, () => doSomething())
What is actually happening?
This is a significant (and silent!) breaking change, but the docs still refer to key expressions.
The text was updated successfully, but these errors were encountered: