Skip to content

Commit

Permalink
fix: 修复 SwiperAction 报错问题 closed #574
Browse files Browse the repository at this point in the history
  • Loading branch information
hejiasheng committed Jun 11, 2019
1 parent 6c6c4bf commit f97223f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/swipe-action/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ export default class AtSwipeAction extends AtComponent {

{Array.isArray(options) && options.length > 0 ? (
<AtSwipeActionOptions
componentId={id}
componentId={componentId}
onQueryedDom={this.handleDomInfo}
>
{options.map((item, key) => (
Expand Down

0 comments on commit f97223f

Please sign in to comment.