VSCode Vetur Template Interpolation Service

mrchoke

MrChoke

Posted on August 8, 2020

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

💖 💪 🙅 🚩
mrchoke
MrChoke

Posted on August 8, 2020

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related