wonderfloyd / Hackathon-Corona

4 stars 1 forks source link

Refactor navigation menu to its own component #79

Open OPerel opened 4 years ago

OPerel commented 4 years ago

Current: The navigation menu on the right side of the screen is in the MainLayout component in src\layouts\MainLayout.vue. Expected: The navigation menu should have it's own component in src/components, imported to and used in MainLayout.vue.

Tip: You can check how <TaskList /> is used in src/pages/Index.veu.