VUE/TS: Property 'moveTopLeft' does not exist on type '{}'. #10462
Answered
by
LinusBorg
DevKame
asked this question in
Help/Questions
-
Beta Was this translation helpful? Give feedback.
Answered by
LinusBorg
Mar 6, 2024
Replies: 1 comment 4 replies
-
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This error looks like your local Vue/TS IDE support is messed up.
The "Vue Language Tools" extension recently released Version 2.0 As part of that major release, you no longer need the separate Vue-Language Tools TSPlugin extension, and the language tools' takeover mode no longer requires to disable the defaul Typescript language server.
You should have seen an info popup saying as much when you upgraded the extension (if you did).
So I'd take a look at that.
If that fails, reinstall the Vue Language Tools extension.
If that fails, try going back to its 1.* version.
If that fails, report …