Add smooth scroll options in blog
Signed-off-by: nurRiyad <asadnurriyad@gmail.com>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
const { path } = useRoute()
|
||||
const articles = await queryContent(path).findOne()
|
||||
|
||||
const links = articles.body.toc.links
|
||||
const links = articles?.body?.toc?.links || []
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
Reference in New Issue
Block a user