-
Notifications
You must be signed in to change notification settings - Fork 133
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
SyntaxError: Unexpected closing tag "script" Vue-3 #276
Comments
This might be relevant: vuejs/language-tools#1670 |
Happens when we have '$$$' as a value of an object property When we changed that to `$$$`, it reformatted it as `$<script lang="ts"> |
PS The moment I removed the string literal containing the $ Dollar Signs, it formatted it perfectly I hope that helps investigating further, I am quite lost on how any of this works |
I've stumbled across this issue also, I've tracked it down to dollar sign replacement groups inside the string producing this error, as even this caused the bug
PR submitted! |
Hello
I had a problem with a plugin in a vue-3 project.
I have the following config
when checking it gives me an error
If I remove the plugin from the config, the error disappears.
It also gives another similar error
My package.jcon
One of the components with an error
There is also a similar component with other options, which does not produce an error
The text was updated successfully, but these errors were encountered: