You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I launched VSCode this morning I wasn't able to fold the HTML in my .vue SFC file. Also weird lint warnings appeared.
I quickly identified this was coming from Vetur. I tried to downgrade to 0.26 and it works fine.
As you can see I can fold <template> but nothing inside. Also there is a lint warning which should not happen:
[vue/no-multiple-template-root]
The template root requires exactly one element.
Reproducible Case
The issue happens with any vue SFC file, for instance:
Info
Problem
When I launched VSCode this morning I wasn't able to fold the HTML in my .vue SFC file. Also weird lint warnings appeared.
I quickly identified this was coming from Vetur. I tried to downgrade to 0.26 and it works fine.
As you can see I can fold
<template>
but nothing inside. Also there is a lint warning which should not happen:Reproducible Case
The issue happens with any vue SFC file, for instance:
Thanks!
Edit: here is my
.eslintrc.js
if this helps:The text was updated successfully, but these errors were encountered: