Fix missing property

This commit is contained in:
Björn Fromme
2018-10-07 16:33:47 +02:00
parent e3a1f6908b
commit 6378fdaaef
@@ -19,6 +19,10 @@
default () { default () {
return []; return [];
} }
},
referringPage: {
type: Object,
default: null
} }
}, },
data () { data () {