update docs

pull/17088/head
Bladesheng 2 months ago
parent 4a8db914e2
commit 50f5986fff

@ -84,9 +84,7 @@ When constructing a custom element, you can tailor several aspects by defining `
shadow: () => ({
mode: import.meta.env.DEV ? 'open' : 'closed',
clonable: true,
delegatesFocus: true,
serializable: true,
slotAssignment: 'manual',
// ...
}),
props: {
name: { reflect: true, type: 'Number', attribute: 'element-index' }

Loading…
Cancel
Save