Fix missed property

This commit is contained in:
Björn Fromme
2018-08-25 10:07:55 +02:00
parent b0d584a31d
commit fc094eee01
@@ -52,7 +52,8 @@
data () { data () {
return { return {
teasers: {}, teasers: {},
total: 0 total: 0,
loading: false
} }
}, },
methods: { methods: {