可组合函数

fetchContentNavigation()

fetchContentNavigation 实用程序根据 content/ 目录结构和文件返回一个树形项目。

使用

<script setup>
const { data: navigation } = await useAsyncData('navigation', () => fetchContentNavigation())
</script>

<template>
  <pre>{{ navigation }}</pre>
</template>

参数

  • queryBuilder
    • 类型: QueryBuilder
    • 定义: 通过 queryContent() 构建的任何查询
    • 默认值: /