mirror of https://github.com/sveltejs/svelte
fix: Allow @const inside #key (#15377)
parent
3c4a8d425b
commit
5a946e7905
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
'svelte': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Allow `@const` inside `#key`
|
@ -0,0 +1 @@
|
|||||||
|
[]
|
@ -0,0 +1,3 @@
|
|||||||
|
{#key 'key'}
|
||||||
|
{@const foo = 'bar'}
|
||||||
|
{/key}
|
Loading…
Reference in new issue