mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
added PageLoad
static render
This commit is contained in:
parent
64076a21da
commit
7b7e0445ea
@ -187,6 +187,9 @@ class App extends React.Component {
|
||||
}
|
||||
|
||||
static staticRenders = {
|
||||
PageLoad: () => {
|
||||
return <antd.Skeleton active />
|
||||
},
|
||||
NotFound: (props) => {
|
||||
return <NotFound />
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user