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