Skip to content

Commit

Permalink
docs: delete unuseful config (#11927)
Browse files Browse the repository at this point in the history
* docs: delete config not in procomponents

* docs: delete unuseful config

* docs: revert rightContentRender

* docs: revert rightContentRender
  • Loading branch information
hualigushi authored Dec 5, 2023
1 parent 4123aa5 commit c88105b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions docs/docs/docs/max/layout-menu.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,12 +115,6 @@ export const layout: RunTimeLayoutConfig = (initialState) => {

`initialState` 是运行时配置 `app.ts(x)` 中的 `getInitialState` 返回的对象。

#### onError

- Type: `(error: Error, info: any) => void;`

发生错误后的回调(可做一些错误日志上报,打点等)。

#### ErrorBoundary

- Type: `ReactNode`
Expand Down

1 comment on commit c88105b

@vercel
Copy link

@vercel vercel bot commented on c88105b Dec 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.