Skip to content

Commit

Permalink
docs: cell.setData, deep: false code error (#3803)
Browse files Browse the repository at this point in the history
docs: cell.setData, deep: false code error
  • Loading branch information
hylerrix authored Jul 25, 2023
1 parent 3e1daae commit 103ed2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sites/x6-sites/docs/api/model/cell.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -1357,7 +1357,7 @@ cell.setData(data, { overwrite: true })
`options.deep``false` 时,与原数据进行浅 merge:

```ts
cell.setData(data, { overwrite: true })
cell.setData(data, { deep: false })
```

:::info{title=提示}
Expand Down

0 comments on commit 103ed2e

Please sign in to comment.