Files
Flycro-Me/src/layouts
Flycro 9761fc222f Init
2022-01-09 00:18:05 +01:00
..
2022-01-09 00:18:05 +01:00
2022-01-09 00:18:05 +01:00
2022-01-09 00:18:05 +01:00
2022-01-09 00:18:05 +01:00
2022-01-09 00:18:05 +01:00
2022-01-09 00:18:05 +01: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>