Skip to content

Commit

Permalink
fix: menu throw error at mobile, close #4794
Browse files Browse the repository at this point in the history
  • Loading branch information
tangjinzhou committed Oct 25, 2021
1 parent 7d67e0e commit f6868ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/vc-trigger/Popup/PopupInner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export default defineComponent({
destroyPopupOnHide,
onMouseenter,
onMouseleave,
onTouchstart,
onTouchstart = () => {},
onMousedown,
} = props as PopupInnerProps;
const statusValue = status.value;
Expand Down

0 comments on commit f6868ab

Please sign in to comment.