Skip to content

Commit

Permalink
docs(addresslist): update (jd-opensource#2495)
Browse files Browse the repository at this point in the history
  • Loading branch information
subordon authored Aug 23, 2023
1 parent f754579 commit 652b990
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/packages/__VUE/addresslist/doc.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,9 +248,9 @@ app.use(AddressList);
### Events

| Event | Description | Arguments | Remark |
| ---------- | ------------------------------------------ | ----------------- | ------------------------------------- | --- |
| ---------- | ------------------------------------------ | ----------------- | ------------------------------------- |
| del-icon | Click the delete icon | event: Event,item | public |
| edit-icon | Click the edit icon | event: Event,item | public | |
| edit-icon | Click the edit icon | event: Event,item | public |
| click-item | Click on each item in the address list | event: Event,item | public |
| add | Click the Add Address button at the bottom | event: Event | public |
| long-copy | Click the Copy Address button | event: Event,item | Click event under long press function |
Expand Down
4 changes: 2 additions & 2 deletions src/packages/__VUE/addresslist/doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,9 +248,9 @@ app.use(AddressList);
### Events

| 事件名 | 说明 | 回调参数 | 备注 |
| ---------- | -------------------- | ----------------- | ------------------ | --- |
| ---------- | -------------------- | ----------------- | ------------------ |
| del-icon | 点击删除图标 | event: Event,item | 公共 |
| edit-icon | 点击编辑图标 | event: Event,item | 公共 | |
| edit-icon | 点击编辑图标 | event: Event,item | 公共 |
| click-item | 点击地址列表每一项 | event: Event,item | 公共 |
| add | 点击底部添加地址按钮 | event: Event | 公共 |
| long-copy | 点击复制地址按钮 | event: Event,item | 长按功能下点击事件 |
Expand Down
4 changes: 2 additions & 2 deletions src/packages/__VUE/addresslist/doc.taro.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,9 +248,9 @@ app.use(AddressList);
### Events

| 事件名 | 说明 | 回调参数 | 备注 |
| ---------- | -------------------- | ----------------- | ------------------ | --- |
| ---------- | -------------------- | ----------------- | ------------------ |
| del-icon | 点击删除图标 | event: Event,item | 公共 |
| edit-icon | 点击编辑图标 | event: Event,item | 公共 | |
| edit-icon | 点击编辑图标 | event: Event,item | 公共 |
| click-item | 点击地址列表每一项 | event: Event,item | 公共 |
| add | 点击底部添加地址按钮 | event: Event | 公共 |
| long-copy | 点击复制地址按钮 | event: Event,item | 长按功能下点击事件 |
Expand Down

0 comments on commit 652b990

Please sign in to comment.