Function: usePostList()

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

ts
function usePostList(params?): ComputedRef<Post[]>;

Defined in: packages/valaxy/client/composables/post/index.ts:170

get post list in 'pages/posts' folder

Parameters

params?

type?

string

Returns

ComputedRef<Post[]>