kopia lustrzana https://github.com/shoelace-style/shoelace
fix docs
rodzic
d140dc2c71
commit
8fd8087370
|
@ -19,8 +19,8 @@ export default class SlMutationObserver extends LitElement {
|
|||
private mutationObserver: MutationObserver;
|
||||
|
||||
/**
|
||||
* Watches for changes to attributes. If set to *, all changes will be reported. To watch only specific attributes,
|
||||
* separate them by a space, e.g. "class id title".
|
||||
* Watches for changes to attributes. To watch only specific attributes, separate them by a space, e.g.
|
||||
* `class id title`. To watch all attributes, use `*`.
|
||||
*/
|
||||
@property({ reflect: true }) attr: string;
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue