[compat] component data is overwritten by mixins #3852
Labels
❗ p4-important
Priority 4: this fixes bugs that violate documented behavior, or significantly improves perf.
🐞 bug
Something isn't working
Version
3.1.0-beta.6
Reproduction link
https://codepen.io/kaelwd/pen/JjWOrpq?editors=1011
Steps to reproduce
Consume a mixin that defines its own data
What is expected?
The mixin data should be merged with the component data
What is actually happening?
Only the mixin data is used. If there are instead two mixins that define data,
deepMergeData
throws an error and nothing is rendered: https://codepen.io/kaelwd/pen/gOmXGew?editors=1011The text was updated successfully, but these errors were encountered: