Open
Description
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)
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>