Vue.js 3 Options API Masterclass - Pagination - Storing the Current Page as a URL Query Variable
In this lesson, we make a page of threads in a forum directly accessible by providing a page variable in the query string. With Vue Router 4 we can accomplish this with just a few lines of code.