VSCode Vetur Template Interpolation Service

Supphachoke Suntiwichaya
2 min readAug 8, 2020

--

How to Vetur 0.26.1 check variable type in Vue’s template

Enable Option

VSCode Vetur extension enable option

Example Without Type declare

Case 1 mouse over

Mouse over variable in template

Case 2 CMD/ALT + mouse over

Example With Type Declare

Possibly ‘undefined’
Use v-if to make sure ‘info’ has value

--

--