import { Ref } from '@vue/composition-api'; export function useLoadingFun(fun:T, timeOut?:number):{ loading: Ref fun: T }