8000 Fixed test typo. · vuejs/vue-router@db0f54f · GitHub
[go: up one dir, main page]

Skip to content

Commit db0f54f

Browse files
dragantlyyx990803
authored andcommitted
Fixed test typo.
1 parent c51c764 commit db0f54f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/specs/core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ describe('Core', function () {
100100
router = new Router({ abstract: true })
101101
router.map({
102102
'/a': {
103-
component: { template: 'A{{$route.qyery.msg}}' }
103+
component: { template: 'A{{$route.query.msg}}' }
104104
},
105105
'/b': {
106106
name: 'b',

0 commit comments

Comments
 (0)
0