Introduction
In this project, you will learn how to fix a bug in the vue-router-2.7.0 library related to handling null values in the query parameter.
👀 Preview

🎯 Tasks
In this project, you will learn:
- How to locate and understand the
isObjectEqualfunction in thevue-router-2.7.0/src/util/route.jsfile. - How to fix the
isObjectEqualfunction to correctly handlenullvalues. - How to rebuild and release the
vue-router-2.7.0project with the fixed function. - How to test the fix by checking the browser console for the absence of the previous error messages.
🏆 Achievements
After completing this project, you will be able to:
- Identify and fix a bug in a third-party library.
- Work with the
vue-router-2.7.0library and understand its internal functions. - Rebuild and release a project after making code changes.
- Test the fix by checking the browser console for error messages.





