Handling Null Values Correctly

# 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 ![finished](https://file.labex.io/namespace/718bace8-27a3-4200-a588-dde4041ceeb9/vuejs/project-handling-null-values-correctly/lab-handling-null-values-correctly/assets/after-fix.png) ## 🎯 Tasks In this project, you will learn: - How to locate and understand the `isObjectEqual` function in the `vue-router-2.7.0/src/util/route.js` file. - How to fix the `isObjectEqual` function to correctly handle `null` values. - How to rebuild and release the `vue-router-2.7.0` project 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.0` library 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.

|60 : 00

Click the virtual machine below to start practicing