Skip to content

Commit

Permalink
fix: 修改currentItemId注释
Browse files Browse the repository at this point in the history
  • Loading branch information
Vector-Hope committed Dec 11, 2023
1 parent b7bf385 commit 7d75fe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/taro-components/src/components/swiper/swiper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export class Swiper implements ComponentInterface {
@Prop() current = 0

/**
* 当前所在滑块的 index
* 当前所在滑块的 item-id
*/
@Prop() currentItemId = ''

Expand Down

0 comments on commit 7d75fe1

Please sign in to comment.