Function: useCollectionPosts()
Source: 1.0.0-rc.14 · a572916b42ec
ts
function useCollectionPosts(collectionKey): ComputedRef<Post[]>;Defined in: packages/valaxy/client/composables/collections.ts:64
Get posts belonging to a specific collection Sorted by the order defined in collection.items
Parameters
collectionKey
MaybeRef<string>
Returns
ComputedRef<Post[]>