From a67b292bdf16431755f8ce548f9ea137984938d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Weller?= Date: Sat, 15 Jun 2019 00:20:05 +0200 Subject: [PATCH] add logging temp --- components/Card.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/Card.vue b/components/Card.vue index 289bf23..b4c0d7f 100644 --- a/components/Card.vue +++ b/components/Card.vue @@ -32,6 +32,8 @@ export default { checkReference(){ if(this.$route.query.card) { const query = this.$route.query.card + console.log(query); + const title = this.createReferenceTag(this.$props.title) return title === query