Skip to content

Commit

Permalink
Update option example for Svelte 4 (#496)
Browse files Browse the repository at this point in the history
  • Loading branch information
zqianem authored Sep 5, 2023
1 parent 3a866d8 commit 5e74680
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ The options that can be set here are:
- `accessors={true}` — adds getters and setters for the component's props
- `accessors={false}` — the default
- `namespace="..."` — the namespace where this component will be used, most commonly `"svg"`
- `tag="..."` — the name to use when compiling this component as a custom element
- `customElement="..."` — the name to use when compiling this component as a custom element

Consult the [API reference](https://svelte.dev/docs) for more information on these options.

1 comment on commit 5e74680

@vercel
Copy link

@vercel vercel bot commented on 5e74680 Sep 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.