Answer the question
In order to leave comments, you need to log in
Should side menus be moved to components?
With pages, everything is clear.
/components/Index.vue
/components/FAQ.vue
/components/About.vue
But if I need to show a sidebar on all these pages, how can I do it more correctly? Also as a component? If so, what would be its level of hierarchy?
/components/sidebar.vue ?
Answer the question
In order to leave comments, you need to log in
src/components/AppSidebar.vue
src/components/AppFooter.vue
src/pages/Index.vue
src/pages/About.vue
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question