回滚代码 ReferenceError: Cannot access 'pageWrapper' before initialization #411-- zhangdaiscott 今天 11:34
parent
249a66c98f
commit
c7ce152bab
|
@ -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';
|
||||
|
|
Loading…
Reference in New Issue