Skip to content

Commit

Permalink
fix: dropdown can not close AT-UI#42
Browse files Browse the repository at this point in the history
  • Loading branch information
koppthe committed Nov 1, 2017
1 parent e5e8196 commit e79e893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/dropdown/src/dropdown-item.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
'at-dropdown-menu__item--disabled': disabled,
'at-dropdown-menu__item--divided': divided
}"
@click="handleClick">
@click.stop="handleClick">
<slot></slot>
</li>
</template>
Expand Down

0 comments on commit e79e893

Please sign in to comment.