Mixin not available in data() method
Link to minimal reproduction
https://stackblitz.com/edit/vue-5mmhqa?file=src/App.vue
Steps to reproduce
- Goto https://vue-5mmhqa.stackblitz.io
- Check console. You should see
MIXIN VAR undefined
.
What is expected?
I expect the mixin to be available in data method.
What is actually happening?
The mixin is undefined.
System Info
No response
Any additional comments?
No response