Skip to content

Commit

Permalink
docs: cell.setData, deep: false code error
Browse files Browse the repository at this point in the history
  • Loading branch information
hylerrix committed Jul 25, 2023
1 parent 00b7551 commit aae2fab
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 aae2fab

Please sign in to comment.