diff --git a/docs/reference/default-theme-footer.md b/docs/reference/default-theme-footer.md index e363537f..6457798e 100644 --- a/docs/reference/default-theme-footer.md +++ b/docs/reference/default-theme-footer.md @@ -36,4 +36,8 @@ export default { } ``` +::: warning +Only inline elements can be used in `message` and `copyright` as they are rendered inside a `
` element. If you want to add block elements, consider using [`layout-bottom`](../guide/extending-default-theme#layout-slots) slot instead. +::: + Note that footer will not be displayed when the [SideBar](./default-theme-sidebar) is visible.