lstoeferle / vite-vue2-starter

Vite - Vue 2 starter template using composition-api and windiCSS
MIT License
192 stars 36 forks source link

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

Closed pnhuyduy closed 2 years ago

pnhuyduy commented 2 years ago

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

lstoeferle commented 2 years ago

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 commented 2 years ago

Guess thats related to this. https://github.com/johnsoncodehk/volar/issues/1457

lstoeferle commented 2 years ago

Fixed by @herrmannplatz in this commit

tsconfig.json

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