Skip to content

Commit

Permalink
docs: delete unuseful config
Browse files Browse the repository at this point in the history
  • Loading branch information
hualigushi committed Dec 4, 2023
1 parent e247c16 commit b9d219d
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 @@ -114,12 +114,6 @@ export const layout: RunTimeLayoutConfig = (initialState) => {

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

#### onError

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

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

#### ErrorBoundary

- Type: `ReactNode`
Expand Down

0 comments on commit b9d219d

Please sign in to comment.