修改blog页面下方 上一页下一页
This commit is contained in:
@@ -49,7 +49,7 @@ if (!page.value) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const { data: surround } = await useAsyncData(`${route.path}-surround`, () => {
|
const { data: surround } = await useAsyncData(`${route.path}-surround`, () => {
|
||||||
return queryCollectionItemSurroundings('docs', route.path, {
|
return queryCollectionItemSurroundings('blog', route.path, {
|
||||||
fields: ['description']
|
fields: ['description']
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
Reference in New Issue
Block a user