-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
In Example: Advanced attributes
This works
Html`<a-person hi=${this.onHi} name="Beckett"/>`
This works
Html`<a-person hi=${this.onHi} x=${{a:2}} name="Beckett"/>`
This done NOT works !!
Html`<a-person x=${{a:2}} name="Beckett"/>`
DOM out put -> <a-person name="Beckett" x="[object Object]">
Metadata
Metadata
Assignees
Labels
No labels