Skip to content
Discussion options

You must be logged in to vote

Should be possible by doing like this

const page = ref(1)
const { data: posts } = await useSanctumFetch(
  '/posts',
  {
    query: { page_num: page } 
  },
  {
    watch: [page],
  },
)

Let me know if it doesn't work

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by manchenkoff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants