Skip to content

Commit 7a269fe

Browse files
scottbedardyyx990803
authored andcommitted
Store route meta data (#32)
1 parent ebc9578 commit 7a269fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ exports.sync = function (store, router) {
99
hash: to.hash,
1010
query: to.query,
1111
params: to.params,
12-
fullPath: to.fullPath
12+
fullPath: to.fullPath,
13+
meta: to.meta
1314
})
1415
}
1516
}

0 commit comments

Comments
 (0)