Update site/content/docs/02-template-syntax.md

Co-authored-by: Ignatius Bagus <ignatius.mbs@gmail.com>
pull/7484/head
Yuichiro Yamashita 4 years ago committed by GitHub
parent 5dba75799c
commit d60f770326
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1639,7 +1639,7 @@ The `<svelte:element>` element lets you render an element of a dynamically speci
The only supported binding is `bind:this`, since the element type specific bindings that Svelte does at build time (e.g. `bind:value` for input elements) does not work with a dynamic tag type. The only supported binding is `bind:this`, since the element type specific bindings that Svelte does at build time (e.g. `bind:value` for input elements) does not work with a dynamic tag type.
If `this` has a nullish value, element and its children are not displayed. If `this` has a nullish value, the element and its children will not be rendered.
```sv ```sv
<script> <script>

Loading…
Cancel
Save