Skip to content

Commit c6ba748

Browse files
committed
Merge pull request #156 from azamat-sharapov/patch-3
Shuts issue vuejs/vue#1472
2 parents 4b01613 + ecbe2dd commit c6ba748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ describe('my-component', function () {
170170
it('should set correct default data', function () {
171171
expect(typeof myComponent.data).toBe('function')
172172
var defaultData = myComponent.data()
173-
expect(defaultData.message).toBe('hello!')
173+
expect(defaultData.msg).toBe('hello!')
174174
})
175175
})
176176
```

0 commit comments

Comments
 (0)