Vue Auto Completion in template Visual Studio Code

549 Views Asked by At

I'm using typescript + vue + vetur. In the single file component, I do not have autocompletion in the template part.

E.g. <tempalte> <div v-for="article in articles" /> </template> if I place my cursor over the "articles" no tooltip pops up.

In the script, it works fine.

What can be the issue with that?

0

There are 0 best solutions below