mirror of
https://github.com/veops/cmdb.git
synced 2025-08-09 15:36:41 +08:00
Modify code organization
This commit is contained in:
10
cmdb-ui/src/components/PageLoading/index.jsx
Normal file
10
cmdb-ui/src/components/PageLoading/index.jsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import { Spin } from 'ant-design-vue'
|
||||
|
||||
export default {
|
||||
name: 'PageLoading',
|
||||
render () {
|
||||
return (<div style={{ paddingTop: 100, textAlign: 'center' }}>
|
||||
<Spin size="large" />
|
||||
</div>)
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user