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'