From 6532f40f853f94d4d852efb00c87b8afd5e544c9 Mon Sep 17 00:00:00 2001 From: Scott Bedard Date: Wed, 16 Nov 2016 08:42:48 -0700 Subject: [PATCH] Store route meta data --- index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 }) } }