We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b989cf2 commit afcff32Copy full SHA for afcff32
components/menu/src/Menu.tsx
@@ -341,7 +341,7 @@ export default defineComponent({
341
const rootPrefixCls = computed(() => getPrefixCls());
342
const defaultMotions = computed(() => ({
343
horizontal: { name: `${rootPrefixCls.value}-slide-up` },
344
- inline: collapseMotion,
+ inline: collapseMotion(`${rootPrefixCls.value}-motion-collapse`),
345
other: { name: `${rootPrefixCls.value}-zoom-big` },
346
}));
347
0 commit comments