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:
[Vue warn]: Unknown custom element: <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>
Describe the bug On launching the application the
v-main
component inApp.vue
throws an error.To Reproduce
localhost:8000/
Screenshots
Traceback: