[Vuejs]-Element-UI pagination Inertia Link

0👍

update if any one have solution to set route for links something like this :

const handleCurrentChange = (id) => {
  Inertia.get(route('items.links', id))
}

Leave a comment