Inertia-link not working in pagination
knobik opened this issue · 5 comments
knobik commented
The fix is to import
import {Link} from '@inertiajs/inertia-vue3'; in the Pagination.vue and use link instead of the inertia-link
luismabenitez commented
+1
javitrujillo99 commented
+1
acepoblete commented
You can globally register the Link component as a workaround.
inikoo commented
+1
pascalbaljet commented
Duplicate of #36