Fix missed property
This commit is contained in:
@@ -52,7 +52,8 @@
|
|||||||
data () {
|
data () {
|
||||||
return {
|
return {
|
||||||
teasers: {},
|
teasers: {},
|
||||||
total: 0
|
total: 0,
|
||||||
|
loading: false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|||||||
Reference in New Issue
Block a user