Function: usePrevNext()
Source: 1.0.0-rc.14 · a572916b42ec
ts
function usePrevNext(path?): ComputedRef<Post | null>[];Defined in: packages/valaxy/client/composables/post/usePrevNext.ts:9
get prev and next post
Parameters
path?
string
Returns
ComputedRef<Post | null>[]