timeline for board and cards and small other fixes

Signed-off-by: Jakob <jakob.roehrl@web.de>
This commit is contained in:
Jakob
2019-08-23 09:53:07 +02:00
committed by Julius Härtl
parent bc7c5ea4b7
commit 6b8d42f176
4 changed files with 64 additions and 18 deletions

View File

@@ -92,6 +92,11 @@ export default new Router({
return {
id: parseInt(route.params.id, 10)
}
},
sidebar: (route) => {
return {
id: parseInt(route.params.id, 10)
}
}
}
},