Skip to content
New issue

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

Property does not exist on type '{}' #13

Closed
pnhuyduy opened this issue Jul 1, 2022 · 3 comments
Closed

Property does not exist on type '{}' #13

pnhuyduy opened this issue Jul 1, 2022 · 3 comments

Comments

@pnhuyduy
Copy link

pnhuyduy commented Jul 1, 2022

I got this error message and no IntelliSense in template tag
image

@lstoeferle
Copy link
Owner

Hi @pnhuyduy,
please provide a small code-snipped (e.g. of you component), else I would not be able to help you. Also it would be interesting to know which code editor you are using.

@herrmannplatz
Copy link
Contributor

Guess thats related to this. vuejs/language-tools#1457

herrmannplatz added a commit to herrmannplatz/vite-vue2-windicss-starter that referenced this issue Jul 5, 2022
@lstoeferle
Copy link
Owner

Fixed by @herrmannplatz in this commit

tsconfig.json

{
  "vueCompilerOptions": {
    "target": 2.7
  }
}

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

Successfully merging a pull request may close this issue.

3 participants