Skip to content

Commit f2f26a3

Browse files
committed
Corrects typo in the id of one of the examples
1 parent 19adc9e commit f2f26a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/guide/composition.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Vue.component('user-profile', {
8282
// the `user` object will be passed to the child
8383
// component as its $data
8484
var parent = new Vue({
85-
el: '#demo',
85+
el: '#demo-1',
8686
data: {
8787
user: {
8888
name: 'Foo Bar',

0 commit comments

Comments
 (0)