Layout
Documentation: Layout Component
Overview
Model Documentation
model
object is used to configure the child components that will be rendered within the Layout Component.Model Structure
Array
An array where each item is an object representing a child component. The array items typically include:
Example Model
{
"components": [
{
...
},
{
...
}
]
}
Component Structure
1.
2.
HTML Template
model.components
array.
JavaScript
Explanation
Usage
1.
Layout
component in your Vue app.2.
3.
Layout
component in your template and provide the necessary data.