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
Thank you for reporting this issue.
This is likely caused by Vue 2.2's internal changes (for $props). I'll modify vue-class-component to fix this issue.
Steps to reproduce
npm run example
Expected behavior
helloMsg
is initialized toHello, World
Actual behavior
helloMsg
is initialized toHello, undefined
The text was updated successfully, but these errors were encountered: