From 2c501d80fa58100995705765026555310e2b9805 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Weller?= Date: Thu, 16 May 2019 11:34:28 +0200 Subject: [PATCH] add logging --- components/Card.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Card.vue b/components/Card.vue index 933f87d..3c3ac4d 100644 --- a/components/Card.vue +++ b/components/Card.vue @@ -33,7 +33,7 @@ export default { if(typeof this.$route.query.card != undefined) { const query = this.$route.query.card const title = this.createReferenceTag(this.$props.title) - console.log(query, title) + console.log(query, title, title === query? 'card--active': '') return title === query ? 'card--active'