chore: add test

This commit is contained in:
warmthsea
2025-08-18 19:34:38 +08:00
parent 83c0eff72c
commit d80d6ca10f

View File

@@ -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