add log for production

This commit is contained in:
André Weller
2019-05-16 11:29:01 +02:00
parent 5c4d466d43
commit 91bd41e240

View File

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