new functions

Signed-off-by: Jakob <jakob.roehrl@web.de>
This commit is contained in:
Jakob
2019-07-25 08:56:51 +02:00
committed by Julius Härtl
parent 4a45687a28
commit 4e67c3172b
5 changed files with 31 additions and 11 deletions

View File

@@ -74,7 +74,7 @@ export default {
}),
// TODO: properly handle sidebar showing for route subview and board sidebar
sidebarRouterView() {
console.log(this.$route)
// console.log(this.$route)
return this.$route.name === 'card' || this.$route.name === 'board.details'
},
sidebarShown() {