@Nakov I'm just using this once a button is pressed I just need to pass the activeBenchmarkselectedIdscurrentAccount, then once selectedIds are passed into a controller activeBenchmarkAccounts gets returned filled with values. I used it this way because I can use the ``ònly``` so I only modify the prop that I need. This is executing well but I dont need to get the URL changed.
@Nakov It's like I do not have this.$route defined, this is just a method that goes into vue 3 file which sends the data into a Laravel Controller to have some accounts returned and change them once accounts are selected from a checkbox and a button is pressed. Maybe it would be easier if I used axios instead of router?