watch
mounting option should overwrite option on same component
#1391
Labels
watch
mounting option should overwrite option on same component
#1391
Version
1.0.0-beta.30
Reproduction link
https://i-included-a-repro.com
Steps to reproduce
repro
What is expected?
Only the mounting options watcher should do anything.
What is actually happening?
Both watchers are triggered.
This is because of this line here which uses Vue's watcher merge strategy, which is to create an array of watchers. That code is in Vue core, found here.
The text was updated successfully, but these errors were encountered: