-
-
Notifications
You must be signed in to change notification settings - Fork 399
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
"TS1002: Unterminated string literal" in slots #2710
Labels
bug
Something isn't working
good reproduction ✨
This issue provides a good reproduction, we will be able to investigate it first
upstream
Comments
This seems to be a problem with the template compiler, I fixed a reverse case in the past: vuejs/core#3494 |
johnsoncodehk
added
upstream
bug
Something isn't working
good reproduction ✨
This issue provides a good reproduction, we will be able to investigate it first
labels
Apr 25, 2023
johnsoncodehk
added a commit
that referenced
this issue
Apr 25, 2023
Hi, do you expect |
Yes, vue treats slots differently to normal directives. The entire part after |
johnsoncodehk
added a commit
that referenced
this issue
Apr 26, 2023
This reverts commit 86d427b. #2710 (comment)
yyx990803
added a commit
to vuejs/core
that referenced
this issue
Apr 27, 2023
IAmSSH
pushed a commit
to IAmSSH/core
that referenced
this issue
May 14, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Something isn't working
good reproduction ✨
This issue provides a good reproduction, we will be able to investigate it first
upstream
Volar v1.5.2
Seems to have something to do with the first part of the slot name being repeated.
1.5.2 and 1.5.3 both output
I expect
The text was updated successfully, but these errors were encountered: