Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 460 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 460 Bytes

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 unplugin-vue-router and vite-plugin-vue-layouts, you can specify the layout in the page's SFCs like this:

definePage({ meta: { layout: 'blank', unauthenticatedOnly: true, }, })