Function: useCollectionPosts()
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[]>