vitesse/src/layouts
Jean-Baptiste AUBRÉE bd54e8690e
fix: improve lighthouse accessibility (#362)
Co-authored-by: JB Aubrée <jb.aubree@digitsole.com>
2022-05-17 22:15:17 +08:00
..
404.vue chore: use pascal for component names 2022-04-11 09:49:38 +08:00
default.vue fix: improve lighthouse accessibility (#362) 2022-05-17 22:15:17 +08:00
home.vue fix: improve lighthouse accessibility (#362) 2022-05-17 22:15:17 +08:00
README.md feat: support layouts (#56) 2021-02-12 12:55:19 +08:00

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>