DEV Community

MrChoke
MrChoke

Posted on • Originally published at Medium on

VSCode Vetur Template Interpolation Service

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

Top comments (0)