Skip to content

Commit

Permalink
docs(scrollbar): add a param of scroll event
Browse files Browse the repository at this point in the history
  • Loading branch information
chenguzhen87 committed Aug 21, 2023
1 parent d989ab7 commit caaf31b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/web-vue/components/scrollbar/README.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ description: Used to replace the browser default scroll bar style.

|Event Name|Description|Parameters|
|---|---|---|
|scroll|Triggered when scroll|-|
|scroll|Triggered when scroll|ev: Event|
### `<scrollbar>` Methods

|Method|Description|Parameters|Return|version|
Expand Down
2 changes: 1 addition & 1 deletion packages/web-vue/components/scrollbar/README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ description: 用于替换浏览器默认滚动条样式。

|事件名|描述|参数|
|---|---|---|
|scroll|滚动时触发|-|
|scroll|滚动时触发|ev: Event|
### `<scrollbar>` Methods

|方法名|描述|参数|返回值|版本|
Expand Down

0 comments on commit caaf31b

Please sign in to comment.