I’m not experienced with code and just started with Vue tutorials.
I followed the commands @aurelie did in this tutorial till 27:00 and tried to test the component in WeWeb, but I’m getting Uncaught runtime errors.
Any pointers on how to resolve it?
You probably should refer to the Developer Console and see if there is some more information, or to the terminal in the Visual Studio. Other than that the only way is to know what to look for and go and debug your code. It probably is a typo or an error within the code.
1 Like
As Broberto say, if you open the devtools console you should be able to see the underlying error
1 Like

Some module is not defined according to this error. But this element is just the basic code template that gets created on its own. Nothing has been changed in the code.