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
Regarding the all-too-common "has or is using private name" error, I've opened a request to fix issues like these in TypeScript by bringing declaration files to parity with language features. microsoft/TypeScript#35822
As opposed to #19, it does not work with non-class decorator components.
The fixture is not using the correct way of one should write components with TypeScript, thus the tests will probably be successful.
Current fixture:
The correct fixture would be:
With this, vuetype throws an error:
The text was updated successfully, but these errors were encountered: