We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have a simple single file vue component, and i'm having a few problems with it.
1 - I cannot rename the variable 'v' in the code below 2 - when I do an F12 on the 'v' in 'v=1', the cursor goes DOWN instead of up.
The text was updated successfully, but these errors were encountered:
F2 to rename is not implemented. 2 sounds like a bug similar to this one: microsoft/TypeScript-Vue-Starter#45
Sorry, something went wrong.
octref
No branches or pull requests
I have a simple single file vue component, and i'm having a few problems with it.
1 - I cannot rename the variable 'v' in the code below
<script lang='ts'> let v = 0; v = 1; </script> <style> .greeting { font-size: 20px; } </style>2 - when I do an F12 on the 'v' in 'v=1', the cursor goes DOWN instead of up.
The text was updated successfully, but these errors were encountered: