feat:组件框架
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
// @ts-nocheck
|
||||
// This file is generated by Umi automatically
|
||||
// DO NOT CHANGE IT MANUALLY!
|
||||
export function modifyClientRenderOpts(memo: any) {
|
||||
const { history, hydrate } = memo;
|
||||
|
||||
return {
|
||||
...memo,
|
||||
hydrate: hydrate && !history.location.pathname.startsWith('/~demos'),
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user