From 5b52982da3f573e7bac38da9a4fe489614f331a9 Mon Sep 17 00:00:00 2001 From: wzc520pyfm <69044080+wzc520pyfm@users.noreply.github.com> Date: Thu, 18 May 2023 09:12:17 +0800 Subject: [PATCH] docs(components): [infinite-scroll] use new display tag (#12670) * docs(components): [infinite-scroll] use new display tag * docs(components): [infinite-scroll] update default of directives --- docs/en-US/component/infinite-scroll.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/en-US/component/infinite-scroll.md b/docs/en-US/component/infinite-scroll.md index 3cd46f0450..635b40f1ad 100644 --- a/docs/en-US/component/infinite-scroll.md +++ b/docs/en-US/component/infinite-scroll.md @@ -27,10 +27,10 @@ infinite-scroll/disable-loading ## Directives -| Name | Description | Type | Accepted values | Default | -| ------------------------- | ---------------------------------------------------------------------------------------------------------------- | -------- | --------------- | ------- | -| v-infinite-scroll | Load more data while reach bottom of the page | function | - | - | -| infinite-scroll-disabled | is disabled | boolean | - | false | -| infinite-scroll-delay | throttle delay (ms) | number | - | 200 | -| infinite-scroll-distance | trigger distance (px) | number | - | 0 | -| infinite-scroll-immediate | Whether to execute the loading method immediately, in case the content cannot be filled up in the initial state. | boolean | - | true | +| Name | Description | Type | Default | +| ------------------------- | ---------------------------------------------------------------------------------------------------------------- | ----------- | ------- | +| v-infinite-scroll | Load more data while reach bottom of the page | ^[Function] | — | +| infinite-scroll-disabled | is disabled | ^[boolean] | false | +| infinite-scroll-delay | throttle delay (ms) | ^[number] | 200 | +| infinite-scroll-distance | trigger distance (px) | ^[number] | 0 | +| infinite-scroll-immediate | Whether to execute the loading method immediately, in case the content cannot be filled up in the initial state. | ^[boolean] | true |