mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
feat: 封装全屏加载
This commit is contained in:
7
src/typings/global.d.ts
vendored
7
src/typings/global.d.ts
vendored
@ -13,7 +13,12 @@ declare global {
|
||||
/** Notification instance */
|
||||
$notification?: import('naive-ui').NotificationProviderInst;
|
||||
/** Content loading */
|
||||
$loading?: import('@sa/hooks').LoadingApiInst;
|
||||
$loading?: {
|
||||
loading: import('vue').Ref<boolean>;
|
||||
description: import('vue').Ref<string>;
|
||||
startLoading: (description?: string) => void;
|
||||
endLoading: () => void;
|
||||
};
|
||||
}
|
||||
|
||||
interface ViewTransition {
|
||||
|
Reference in New Issue
Block a user