Skip to content

query params reactivity #27

Answered by Akryum
aprod-captiwate asked this question in Q&A
Discussion options

You must be logged in to vote

For now you need to use a function:

const store = useStore();
const { data: conversations } = store.conversations.queryMany(() => ({
    params: {
        page: page.value,
    },
}));

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@aprod-captiwate
Comment options

@damienroche
Comment options

@Akryum
Comment options

Answer selected by aprod-captiwate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants