Vue.js does not point to an error line that is specific to the vue code except for looking at the print information in console.

Vue.js where else can I find the wrong information besides looking at the print information in console?

because there are some errors, log does not point out which line the specific error is, such as this one, all the locations pointed to are vue.esm.js .

Feb.28,2021

sourceMap to learn about it, and with the help of vue-devTools managers

Menu