fix: menu throw error at mobile, close #4794

This commit is contained in:
tangjinzhou 2021-10-25 16:02:53 +08:00
parent 7d67e0e7f2
commit f6868abbdb

View File

@ -123,7 +123,7 @@ export default defineComponent({
destroyPopupOnHide,
onMouseenter,
onMouseleave,
onTouchstart,
onTouchstart = () => {},
onMousedown,
} = props as PopupInnerProps;
const statusValue = status.value;