[Vuejs]-Vue error 'Avoided redundant navigation to current location' when trying to reload page with new params

-1πŸ‘

βœ…

I found the problem. It’s not in the router. I messed up function arguments. In watcher function first argument should be new value.
Thanks for trying to help

Leave a comment