[Vuejs]-Nuxt options API with typescript no code completion

0๐Ÿ‘

โœ…

I found the answer, my setup was ok and it works with the options API I just had to add the following line in my settings.json file after installing vetur, though this feature to work in experimental.

in settings.json:

"vetur.experimental.templateInterpolationService": true

Leave a comment