diff --git a/docs/en-US/component/splitter.md b/docs/en-US/component/splitter.md index 06223013b8..3ba2b4d7bb 100644 --- a/docs/en-US/component/splitter.md +++ b/docs/en-US/component/splitter.md @@ -71,9 +71,10 @@ splitter/lazy ### Splitter Attributes -| Name | Description | Type | Default | -| ------ | -------------------------------- | ----------------------------------- | ---------- | -| layout | Layout direction of the splitter | ^[enum]`'horizontal' \| 'vertical'` | horizontal | +| Name | Description | Type | Default | +| -------------- | -------------------------------- | ----------------------------------- | ---------- | +| layout | Layout direction of the splitter | ^[enum]`'horizontal' \| 'vertical'` | horizontal | +| lazy ^(2.11.0) | Whether to enable lazy mode | ^[boolean] | false | ### Splitter Events