fix: keep all home channels in scroll list
This commit is contained in:
@@ -182,7 +182,6 @@ const primaryChannels = computed(() => {
|
||||
return allChannels.value
|
||||
.map((item, index) => ({ ...item, index }))
|
||||
.filter((item) => item.specialType !== 'mychannel')
|
||||
.slice(0, 5)
|
||||
})
|
||||
|
||||
const featuredArticle = computed(() => {
|
||||
|
||||
Reference in New Issue
Block a user