Function: useCollectionPosts()

Source: 1.0.0-rc.14 · ecc10ae38a81 (uncommitted changes)

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[]>