feat: 添加Loading效果
This commit is contained in:
5
src/components/Loading/index.ts
Normal file
5
src/components/Loading/index.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import type { LoadingOptions } from './loading-context'
|
||||
import Loading from './index.vue'
|
||||
import { loadingKey, loadingState } from './loading-context'
|
||||
|
||||
export { Loading, loadingKey, LoadingOptions, loadingState }
|
||||
Reference in New Issue
Block a user