mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-11-30 02:57:50 +08:00
fix: menu throw error at mobile, close #4794
This commit is contained in:
parent
7d67e0e7f2
commit
f6868abbdb
@ -123,7 +123,7 @@ export default defineComponent({
|
||||
destroyPopupOnHide,
|
||||
onMouseenter,
|
||||
onMouseleave,
|
||||
onTouchstart,
|
||||
onTouchstart = () => {},
|
||||
onMousedown,
|
||||
} = props as PopupInnerProps;
|
||||
const statusValue = status.value;
|
||||
|
Loading…
Reference in New Issue
Block a user