Skip to content

Commit 107a641

Browse files
committed
Merge pull request #134 from danwall/patch-1
Fix introduction ViewModel example
2 parents 50047bc + 7470752 commit 107a641

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/guide/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ var exampleData = {
3434
// which links the View and the Model
3535
var exampleVM = new Vue({
3636
el: '#example-1',
37-
data: data
37+
data: exampleData
3838
})
3939
```
4040

0 commit comments

Comments
 (0)