We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da298a1 commit fb937d8Copy full SHA for fb937d8
node/dynamic-test-app/static/webcomponent.html
@@ -6,7 +6,7 @@
6
<script>
7
class MyWebComponent extends HTMLElement {
8
connectedCallback() {
9
- this.innerHTML = '<p>Hello hoard</p>';
+ this.innerHTML = 'Hello hoard';
10
}
11
12
0 commit comments