pull/3062/head
Luca Bonavita 6 years ago committed by GitHub
parent 7de5d6c07a
commit bd397f5e24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1335,7 +1335,7 @@ This element makes it possible to insert elements into `document.head`. During s
### `<svelte:options>` ### `<svelte:options>`
```sv ```sv
<svelte:options option={value}> <svelte:options option={value} />
``` ```
--- ---
@ -1351,4 +1351,4 @@ The `<svelte:options>` element provides a place to specify per-component compile
```html ```html
<svelte:options tag="my-custom-element"/> <svelte:options tag="my-custom-element"/>
``` ```

Loading…
Cancel
Save