mirror of https://github.com/sveltejs/svelte
parent
3c694ce3a4
commit
539af17112
@ -0,0 +1,5 @@
|
||||
---
|
||||
'svelte': patch
|
||||
---
|
||||
|
||||
fix: allow `{@html await ...}` on the server
|
@ -0,0 +1 @@
|
||||
<div>this should work</div>
|
@ -0,0 +1 @@
|
||||
<div>{@html await 'this should work'}</div>
|
Loading…
Reference in new issue