Browse Source

docs: remove unnecessary commas (#4833)

pull/4838/head
Arthur Darkstone 1 year ago
committed by GitHub
parent
commit
dcdebaf7ca
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      docs/src/components/common-ui/vben-vxe-table.md

2
docs/src/components/common-ui/vben-vxe-table.md

@ -112,7 +112,7 @@ export type * from '@vben/plugins/vxe-table';
## 树形表格
树形表格的数据源为扁平结构,可以指定`treeConfig`配置项,实现树形表格。
树形表格的数据源为扁平结构,可以指定`treeConfig`配置项,实现树形表格。
```typescript
treeConfig: {

Loading…
Cancel
Save