mirror of https://github.com/sveltejs/svelte
feat: allow every children in `template` tags (#15007)
* feat: allow every children in `template` tags * Update .changeset/dry-mails-return.md --------- Co-authored-by: Rich Harris <rich.harris@vercel.com>pull/15013/head
parent
a1698c63ec
commit
dfa97a5e64
@ -0,0 +1,5 @@
|
||||
---
|
||||
'svelte': minor
|
||||
---
|
||||
|
||||
feat: allow `<template>` elements to contain any child
|
@ -0,0 +1 @@
|
||||
[]
|
@ -0,0 +1,6 @@
|
||||
<template>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</template>
|
Loading…
Reference in new issue