From 91bd41e240d1596772ba5bd32533480994d8f250 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Weller?= Date: Thu, 16 May 2019 11:29:01 +0200 Subject: [PATCH] add log for production --- components/Card.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/components/Card.vue b/components/Card.vue index ed4b2a1..933f87d 100644 --- a/components/Card.vue +++ b/components/Card.vue @@ -33,6 +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) return title === query ? 'card--active'