customElements -> customElement
pull/3651/head
Infant Frontender 6 years ago committed by GitHub
parent 5e2c524825
commit b1e372923e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -945,7 +945,7 @@ app.count += 1;
---
Svelte components can also be compiled to custom elements (aka web components) using the `customElements: true` compiler option. You should specify a tag name for the component using the `<svelte:options>` [element](docs#svelte_options).
Svelte components can also be compiled to custom elements (aka web components) using the `customElement: true` compiler option. You should specify a tag name for the component using the `<svelte:options>` [element](docs#svelte_options).
```html
<svelte:options tag="my-element">

Loading…
Cancel
Save