base_ui/pages
2025-02-01 13:04:55 +03:30
..
admin first commit 2025-02-01 13:04:55 +03:30
contact-us first commit 2025-02-01 13:04:55 +03:30
data-setting first commit 2025-02-01 13:04:55 +03:30
help first commit 2025-02-01 13:04:55 +03:30
notifications first commit 2025-02-01 13:04:55 +03:30
settings first commit 2025-02-01 13:04:55 +03:30
403.vue first commit 2025-02-01 13:04:55 +03:30
404.vue first commit 2025-02-01 13:04:55 +03:30
about.vue first commit 2025-02-01 13:04:55 +03:30
AboutUs.vue first commit 2025-02-01 13:04:55 +03:30
ContactUs.vue first commit 2025-02-01 13:04:55 +03:30
favorites.vue first commit 2025-02-01 13:04:55 +03:30
fetching-data.vue first commit 2025-02-01 13:04:55 +03:30
histories.vue first commit 2025-02-01 13:04:55 +03:30
index.vue first commit 2025-02-01 13:04:55 +03:30
login.vue first commit 2025-02-01 13:04:55 +03:30
readme.md first commit 2025-02-01 13:04:55 +03:30
systems.vue first commit 2025-02-01 13:04:55 +03:30

Pages represent views for each specific route pattern. Every file in the pages/ directory represents a different route displaying its content.

To use pages, create pages/index.vue file and add component to the app.vue (or remove app.vue for default entry)