fix(transition): fix transition not work

This commit is contained in:
vben
2021-01-04 22:18:05 +08:00
parent da76f3c77b
commit a7a8b894c1
8 changed files with 78 additions and 23 deletions

View File

@@ -28,7 +28,6 @@
const { prefixCls } = useDesign('layout-content');
const { getOpenPageLoading } = useTransitionSetting();
const { getLayoutContentMode, getPageLoading } = useRootSetting();
return {
prefixCls,
getOpenPageLoading,