OSDG-IIITH / recommender-portal

Recommender System for IIIT-H
https://clubs.iiit.ac.in/recommender
MIT License
10 stars 10 forks source link

[Bug] `v-main` component not defined #93

Open Pk13055 opened 4 years ago

Pk13055 commented 4 years ago

Describe the bug On launching the application the v-main component in App.vue throws an error.

To Reproduce

  1. Pull latest codebase
  2. Run and go to localhost:8000/
  3. Open console (F12)

Screenshots Screenshot from 2020-07-09 23-32-19

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>
WebersonRodrigues commented 3 years ago

Do you have any palliative solutions to this situation?