Reputation: 297
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 problem
Upvotes: -1
Views: 202
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