Retrieving Object Parameters From Query | Challenge

# Introduction In this challenge, we will address a bug in the code of version vue-router v3.4.1, where the query parameter is parsed as a string instead of an object when using `this.$router.push`. The goal is to fix this issue so that values can be retrieved correctly from the object.

|60 : 00

Click the virtual machine below to start practicing