Skip to content

Commit 7470752

Browse files
committed
Fix introduction ViewModel example
1 parent 50047bc commit 7470752

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)