API
Props
| name | type | default | description | required version |
| header.title | string | title of header, not show without specify content | -- | |
| footer.title | string | title of footer, not show without specify content | -- | |
| footer.link | string | link in the bottom, normal url or a v-link argument | -- |
Events
| name | params | description | required version |
| @on-click-footer | -- | emits when clicking the footer | -- |
| @on-click-header | -- | emits when clicking the header | -- |
Slots
| name | description | required version |
| header | header | -- |
| content | content, the main body part | -- |
| footer | footer | -- |