I have a function to get query string params:
extractQuery() { let uri = window.location.href.split(\'?\'); if (uri.length == 2) { this.$query = qs