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 () {
return {
teasers: {},
total: 0
total: 0,
loading: false
}
},
methods: {