Last active
January 13, 2018 00:13
-
-
Save kresnasatya/6e4c0cfdb93f62e72fa6ac7e9eed7b9c to your computer and use it in GitHub Desktop.
Adding DOM
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
connectedCallback() { | |
this.innerHTML = '<strong>Foo bar</strong>'; | |
} | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment