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