diff --git a/index.js b/index.js index 8680fb4..5d164aa 100644 --- a/index.js +++ b/index.js @@ -9,7 +9,8 @@ exports.sync = function (store, router) { hash: to.hash, query: to.query, params: to.params, - fullPath: to.fullPath + fullPath: to.fullPath, + meta: to.meta }) } }