-
-
Notifications
You must be signed in to change notification settings - Fork 594
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Templates in custom blocks are parsed as root elements #1336
Comments
Having this issue too, using https://github.com/vue-styleguidist/vue-styleguidist.
|
I'm also having this issue in VS Code v1.39.0 on Windows |
Any progress on this issue? It's a bit distracting having the entire file marked as error when I know there's no error. |
This is happening to me suddenly and is quite annoying. Affects any .vue file with a nested VSCode version info: Version: 1.44.0-insider Vetur version: 0.24.0 |
This issue pops up in my VSCode too. Is this going to get a fix soon? |
I've had this issue over a year. Any progress or workaround for this? |
Info
Problem
When using
<template>
tag in a custom block, the valid-template-root from eslint throws.When I run eslint I do not see a problem though.
Reproducible Case
The text was updated successfully, but these errors were encountered: