add logging

This commit is contained in:
André Weller
2019-05-16 11:34:28 +02:00
parent 91bd41e240
commit 2c501d80fa

View File

@@ -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'