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
there is 'unresolved variable or type' in template when use toNative, if change to export { toNative(HelloView) } export default HelloView
it works in template, but breaks other things
also there is no 'unresolved variable or type ' in Visual Studio Code, but only in WebStorm
also if you just use default export without toNative seems like vue-facing-decorator automatically apply toNative and there will no 'unresolved variable or type' in remplate.
Things are working nicely, but the IDE cannot see the class properties - see attached.
Is there any support for this?
The text was updated successfully, but these errors were encountered: