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
VSCode shows no warning in the Vue file, however it shows the correct warning in the typescript file ([ts] 'string' only refers to a type, but is being used as a value here.).
How can I have the same behavior in the Vue file?
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
I have this option in the
tslint.json
file:I have this vue file:
and this typescript file:
VSCode shows no warning in the Vue file, however it shows the correct warning in the typescript file (
[ts] 'string' only refers to a type, but is being used as a value here.
).How can I have the same behavior in the Vue file?
The text was updated successfully, but these errors were encountered: