Skip to content

VUE/TS: Property 'moveTopLeft' does not exist on type '{}'. #10462

Discussion options

You must be logged in to vote

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.

  1. re-enable the builin Typescript extension
  2. remove the Vue Typescript plugin extension
  3. restart VSCode

If that fails, reinstall the Vue Language Tools extension.

If that fails, try going back to its 1.* version.

If that fails, report …

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@DevKame
Comment options

@LinusBorg
Comment options

Answer selected by DevKame
@DevKame
Comment options

@LinusBorg
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants