mirror of
https://github.com/whyour/qinglong.git
synced 2026-08-11 19:05:20 +08:00
升级umi4.0,修复新建脚本
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { PageLoading } from '@ant-design/pro-layout';
|
||||
|
||||
const NewPageLoading = () => {
|
||||
return <PageLoading delay={1}></PageLoading>;
|
||||
};
|
||||
|
||||
export default NewPageLoading;
|
||||
Reference in New Issue
Block a user