We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1582b6 commit c96fd9dCopy full SHA for c96fd9d
docs/app/app.vue
@@ -4,7 +4,7 @@ import { withoutTrailingSlash } from 'ufo'
4
const route = useRoute()
5
6
const { data: navigation } = await useAsyncData('navigation', () => queryCollectionNavigation('docs'), {
7
- transform: (data) => data.find(item => item.path === '/docs')?.children || [],
+ transform: data => data.find(item => item.path === '/docs')?.children || [],
8
})
9
const { data: files } = useLazyAsyncData('search', () => queryCollectionSearchSections('docs'), {
10
server: false,
0 commit comments