Comment on Vue 3: mid 2020 status updateparentComments−IshKebab6yReally? I use Vue 2 with Vetur in VSCode and it does not type check templates.−adevx6yYou need "vetur.experimental.templateInterpolationService" set to true in settings.json, have a look here: https://vuejs.github.io/vetur/interpolation.html#generic-lan...
Comments
Really? I use Vue 2 with Vetur in VSCode and it does not type check templates.
You need "vetur.experimental.templateInterpolationService" set to true in settings.json, have a look here: https://vuejs.github.io/vetur/interpolation.html#generic-lan...