We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3741752 commit dc6e59eCopy full SHA for dc6e59e
src/guide/component-provide-inject.md
@@ -59,7 +59,7 @@ app.component('todo-list', {
59
}
60
},
61
provide: {
62
- todoLength: this.todos.length // this will result in error 'Cannot read property 'length' of undefined`
+ todoLength: this.todos.length // this will result in error `Cannot read property 'length' of undefined`
63
64
template: `
65
...
0 commit comments