Emiel VdV
Emiel VdV

Reputation: 297

How to stop vue error messaging in code in vscode from the vetur extension

I have the vetur extension installed which handles error messaging in code. The problem is that my code works perfectly but the vetur extensions shows all red lines under my code which I don't want.

Does anyone know how to solve this problementer image description here

Upvotes: -1

Views: 202

Answers (1)

Jason Landbridge
Jason Landbridge

Reputation: 1442

If you're using Vue.js V2, then you can only have 1 child tag inside the <template> tag. That's most likely the error you're seeing

Upvotes: 1

Related Questions