mirror of https://github.com/sveltejs/svelte
parent
4b911045b0
commit
f59bf85bcf
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
'svelte': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
fix: more robust hydration of html tag
|
||||||
@ -0,0 +1 @@
|
|||||||
|
1 2 3
|
||||||
@ -0,0 +1 @@
|
|||||||
|
1 <!-- HTML_TAG_START -->2<!-- HTML_TAG_END --> 3
|
||||||
@ -0,0 +1,5 @@
|
|||||||
|
<script>
|
||||||
|
const a = 1, b=2, c=3;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
{a} {@html b} {c}
|
||||||
Loading…
Reference in new issue