修改前端导入规范.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { ref, UnwrapRef } from 'vue';
|
||||
import { AxiosResponse } from 'axios';
|
||||
import { HttpResponse } from '@/api/interceptor';
|
||||
import type { AxiosResponse } from 'axios';
|
||||
import type { HttpResponse } from '@/api/interceptor';
|
||||
import type { UnwrapRef } from 'vue';
|
||||
import { ref } from 'vue';
|
||||
import useLoading from './loading';
|
||||
|
||||
export default function useRequest<T>(
|
||||
|
||||
Reference in New Issue
Block a user