-
-
Notifications
You must be signed in to change notification settings - Fork 108
Open
Labels
💬 discussiontopic that requires further discussiontopic that requires further discussion
Description
Similar to #33, there should be a way to group properties related to router (meta, data loaders) that also contain a layout.
Different possibilities:
+layout.vue
inside of a folder -> creates a route record that isn't matchable and becomes the parent of any route inside of the folder. Same behavior asnested.vue
+nested/
without letting the route be matchablelayouts/
folder ->default.vue
,content.vue
, etc define custom layouts that can be defined as parent of any page and that exist as non matchable route records
Alternatives:
- Defining custom components with
<slot>
but this does not allow nested layouts or adding properties to the route record
Anubarak, minht11, willbchang, MarkSky, hewardemb and 2 more
Metadata
Metadata
Assignees
Labels
💬 discussiontopic that requires further discussiontopic that requires further discussion
Projects
Status
📋 Backlog