diff --git a/docs/reference/plugin/plugins/layout.md b/docs/reference/plugin/plugins/layout.md
index 88c39e24..0b0e11e2 100644
--- a/docs/reference/plugin/plugins/layout.md
+++ b/docs/reference/plugin/plugins/layout.md
@@ -133,7 +133,7 @@ export default {
```js
import UserCenter from '@/components/UserCenter';
export const layout = {
- renderHeader: () => ,
+ renderCustom: () => ,
menus: [
{
name: 'index',
@@ -147,7 +147,7 @@ export const layout = {
```js
export const layout = (layoutConfig, { initialState }) => ({
- renderHeader: () => ,
+ renderCustom: () => ,
menus: () => {
const menusRef = ref(layoutConfig.menus);
watch(