Is this SFC invalid? #11512
Unanswered
lovetingyuan
asked this question in
Help/Questions
Replies: 2 comments 1 reply
-
I think custom block should be treat as a single element, but it's content should not be parsed as html syntax.
The two end tags will conflict with each other. I think the last end tag should take effect. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
link: playground
got error:
(12:17) Invalid end tag.
I think
<div>
should be treat as a custom block. I found the custom root start tag can not contain the same-name tag inside it. Is it designed like this or it is a bug?Beta Was this translation helpful? Give feedback.
All reactions