You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
NoahLan b8572d6304 feat: appProvider / appInject / breakpoints / tags-style(fix) / mobile-menu-layout 1 year ago
..
nlayout feat: appProvider / appInject / breakpoints / tags-style(fix) / mobile-menu-layout 1 year ago
page feat: appProvider / appInject / breakpoints / tags-style(fix) / mobile-menu-layout 1 year ago
README.md first commit 2 years ago
default.vue wip: layouts / settings / utils / stores / modules / components / apis / types 1 year ago
page-layout.vue wip: layouts / settings / utils / stores / modules / components / apis / types 1 year ago

README.md

Layouts

Vue components in this dir are used as layouts.

By default, default.vue will be used unless an alternative is specified in the route meta.

With vite-plugin-pages and vite-plugin-vue-layouts, you can specify the layout in the page's SFCs like this:

<route lang="yaml">
meta:
  layout: home
</route>