From d80d6ca10f8e3fdc59b17e209986d259b56ce1e4 Mon Sep 17 00:00:00 2001 From: warmthsea <2586244885@qq.com> Date: Mon, 18 Aug 2025 19:34:38 +0800 Subject: [PATCH] chore: add test --- docs/en-US/component/splitter.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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