[Vuejs]-How to stop vue error messaging in code in vscode from the vetur extension

1👍

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

Leave a comment