Hi,
During development I make some mistakes. The error is normally logged to the console with component name, line and method. But I'm getting
2app.2b3d77aa.js:4 Error
at bc (app.2b3d77aa.js:12:5491)
at Object.p [as resolve] (app.2b3d77aa.js:12:10333)
at Object.T [as resolve] (app.2b3d77aa.js:12:18196)
at Ed.fn (app.2b3d77aa.js:12:14306)
at Ed.run (app.2b3d77aa.js:1:5085)
at get value [as value] (app.2b3d77aa.js:1:13703)
at Ed.fn (app.2b3d77aa.js:12:14352)
at Ed.run (app.2b3d77aa.js:1:5085)
at get value [as value] (app.2b3d77aa.js:1:13703)
at Ed.fn (app.2b3d77aa.js:12:14634)
you can remove this question, i had a typo
Glad to hear that. All the best with your project!
Hi,
Could you please specify which Metronic version are you using?
Also, if you made any changes to our codebase please describe them.
Regards,
Lauris Stepanovs,
Keenthemes Support Team
Hi,
I'm using v8.1.5 and followed the laravel vue integration. After that I've changed the import to clean.
I'm also getting the same error when I download and follow the same steps again.
Do you also know how I can change the trace in console? I can't see now where this error is thrown.
Hi, I am also getting the same error when I use
import router from "@/router/clean.ts";