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
It seems like that the non-null assertion operator inside vue component works correctly within the TypeScript compiler but the syntax highlighting seems to be wrong.
Info
Problem
It seems like that the non-null assertion operator inside vue component works correctly within the TypeScript compiler but the syntax highlighting seems to be wrong.
https://i.imgur.com/7luF67C.jpg
Reproducible Case
Create a class in a single-file component and add a variable with the non-null assertion operator:
The text was updated successfully, but these errors were encountered: