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

Co-authored-by: gtmnayan <50981692+gtm-nayan@users.noreply.github.com>
pull/7484/head
Yuichiro Yamashita 4 years ago committed by GitHub
parent d60f770326
commit e1a7d63d0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1635,7 +1635,7 @@ If `this` is falsy, no component is rendered.
---
The `<svelte:element>` element lets you render an element of a dynamically specified type. This is useful for example when rich text content from a CMS. Any properties and event listeners present will be applied to the element.
The `<svelte:element>` element lets you render an element of a dynamically specified type. This is useful for example when displaying rich text content from a CMS. Any properties and event listeners present will be applied to the element.
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.

Loading…
Cancel
Save