Skip to content

Commit 50f5986

Browse files
committed
update docs
1 parent 4a8db91 commit 50f5986

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

documentation/docs/07-misc/04-custom-elements.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,7 @@ When constructing a custom element, you can tailor several aspects by defining `
8484
shadow: () => ({
8585
mode: import.meta.env.DEV ? 'open' : 'closed',
8686
clonable: true,
87-
delegatesFocus: true,
88-
serializable: true,
89-
slotAssignment: 'manual',
87+
// ...
9088
}),
9189
props: {
9290
name: { reflect: true, type: 'Number', attribute: 'element-index' }

0 commit comments

Comments
 (0)