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
Text reads mixin1 and vue.esm-browser.js:4685 [Vue warn]: Property "mixin3Data" was accessed during render but is not defined on instance. is printed in the console.
If the mixin order is [mixin1, mixin3, mixin2] instead, the text is displayed correctly.
The text was updated successfully, but these errors were encountered:
Version
3.0.0-beta.3
Reproduction link
https://jsfiddle.net/ek7bjy9q/13/
Steps to reproduce
None.
What is expected?
Text should read
mixin1 mixin3
.What is actually happening?
Text reads
mixin1
andvue.esm-browser.js:4685 [Vue warn]: Property "mixin3Data" was accessed during render but is not defined on instance.
is printed in the console.If the mixin order is
[mixin1, mixin3, mixin2]
instead, the text is displayed correctly.The text was updated successfully, but these errors were encountered: