Skip to content

Commit 4abc175

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example-component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ <h2>{{title}}</h2>
3636
},
3737
});
3838

39-
document.getElementById('app').appendChild(component.el);
39+
document.getElementById('app').appendChild(component);
4040
</script>
4141
</body>
4242

0 commit comments

Comments
 (0)