Skip to content

Commit 32a02d2

Browse files
authored
Update example-component.html
1 parent 4792297 commit 32a02d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

example-component.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ <h2>{{title}}</h2>
3535
}
3636
},
3737
});
38+
39+
document.getElementById('app').appendChild(component.el);
3840
</script>
3941
</body>
4042

0 commit comments

Comments
 (0)