When navigating through pages using the pagination component, the URL updates correctly (e.g., ?page=1 to ?page=2). However, when manually changing the page number in the URL, the page number in UI does not reflect this change.
Issue is facing in Vue 3.
When navigating through pages using the pagination component, the URL updates correctly (e.g.,
?page=1to?page=2). However, when manually changing the page number in the URL, the page number in UI does not reflect this change.Issue is facing in Vue 3.