commit
df6c7c803e
@ -7,7 +7,7 @@ export default {
|
||||
mounted () {
|
||||
this.recoShowModule = true
|
||||
},
|
||||
destoryed () {
|
||||
destroyed () {
|
||||
this.recoShowModule = false
|
||||
}
|
||||
}
|
||||
|
@ -7,8 +7,8 @@ export default {
|
||||
$categories: { list: articles }
|
||||
} = this
|
||||
|
||||
let posts = articles.reduce((allData, currnetData) => {
|
||||
return [...allData, ...currnetData.pages]
|
||||
let posts = articles.reduce((allData, currentData) => {
|
||||
return [...allData, ...currentData.pages]
|
||||
}, [])
|
||||
|
||||
posts = filterPosts(posts)
|
||||
|
Loading…
Reference in New Issue
Block a user