Fix: Search query reload #79
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix/search-query-reload"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We re-render content when route changes from
App.vue, but only on when the path changes. This breaks search page that only changes query parameters for same/searchpage.Now have a watcher on searchPage that gets local variables from query parameters every time the route changes.
Also needed to key resultsection with query for force re-render whenever query changes. bcf5b7d