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.
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 insrc/components
, imported to and used inMainLayout.vue
.Tip: You can check how
<TaskList />
is used insrc/pages/Index.veu
.