Skip to content

Commit fb937d8

Browse files
committed
pure web component
1 parent da298a1 commit fb937d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node/dynamic-test-app/static/webcomponent.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<script>
77
class MyWebComponent extends HTMLElement {
88
connectedCallback() {
9-
this.innerHTML = '<p>Hello hoard</p>';
9+
this.innerHTML = 'Hello hoard';
1010
}
1111
}
1212

0 commit comments

Comments
 (0)