We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using a self closing template tag Vetur does not highligth script tag correctly.
But if I remove the / in the src tag, magically:
/
src
@octref probably the problem is in the regex..??
The text was updated successfully, but these errors were encountered:
I'm seeing this as well on Vetur 0.22.6, Windows 10, Vscode 1.39.2.
Sorry, something went wrong.
Best advice I can give now is to not use self-closing <template> for imports.
<template>
same here
same issue here maybe: #1577
Duplicate of #1211, which was fixed.
Syntax highlighting is fixed, language regions not, so #1577 is still open.
No branches or pull requests
Info
Problem
When using a self closing template tag Vetur does not highligth script tag correctly.
But if I remove the
/
in thesrc
tag, magically:@octref probably the problem is in the regex..??
The text was updated successfully, but these errors were encountered: