You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
On launching the application the v-main component in App.vue throws an error.
To Reproduce
Pull latest codebase
Run and go to localhost:8000/
Open console (F12)
Screenshots
Traceback:
[Vuewarn]: Unknowncustomelement: <v-main> - did you register the component correctly? For recursive components, make sure to provide the "name" option.
found in
---><App> at src/App.vue
<Root>
The text was updated successfully, but these errors were encountered:
Describe the bug
On launching the application the
v-main
component inApp.vue
throws an error.To Reproduce
localhost:8000/
Screenshots
Traceback:
The text was updated successfully, but these errors were encountered: