回滚代码 ReferenceError: Cannot access 'pageWrapper' before initialization #411-- zhangdaiscott 今天 11:34

pull/523/head
zhangdaiscott 2023-05-05 19:25:23 +08:00
parent 249a66c98f
commit c7ce152bab
1 changed files with 1 additions and 2 deletions

View File

@ -4,7 +4,6 @@ import pageFooter from './src/PageFooter.vue';
import pageWrapper from './src/PageWrapper.vue';
export const PageFooter = withInstall(pageFooter);
//【issues/411】ReferenceError: Cannot access 'pageWrapper' before initialization
export const PageWrapper = setTimeout(()=>withInstall(pageWrapper));
export const PageWrapper = withInstall(pageWrapper);
export const PageWrapperFixedHeightKey = 'PageWrapperFixedHeight';