fix(compiler-core): fix self-closing tags with v-pre
This commit is contained in:
@@ -430,6 +430,9 @@ function parseElement(
|
||||
if (isPreBoundary) {
|
||||
context.inPre = false
|
||||
}
|
||||
if (isVPreBoundary) {
|
||||
context.inVPre = false
|
||||
}
|
||||
return element
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user