add logging temp

This commit is contained in:
André Weller
2019-06-15 00:20:05 +02:00
parent b68b2f7389
commit a67b292bdf

View File

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