Skip to content

Commit dc6e59e

Browse files
committed
1 parent 3741752 commit dc6e59e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/component-provide-inject.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ app.component('todo-list', {
5959
}
6060
},
6161
provide: {
62-
todoLength: this.todos.length // this will result in error 'Cannot read property 'length' of undefined`
62+
todoLength: this.todos.length // this will result in error `Cannot read property 'length' of undefined`
6363
},
6464
template: `
6565
...

0 commit comments

Comments
 (0)