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'