FEAT: Add children layout in all routes #31
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Change Route Structure
Description:
This issue involves restructuring the routing setup for the project. All routes should now derive from a layout and follow Vue's layout inheritance using the
children
property. Additionally, two types of layouts should be created: a default layout for all pages that includes a header and footer, and a blank layout for pages such as login.Checklist:
LayoutPage.vue
) with a header and footer.BlankLayout.vue
) for use on specific pages like login.children
property.Example Structure:
Notes:
The text was updated successfully, but these errors were encountered: