Function useVHttpClient

  • A Hook used in Composition API that can be destructured to access the Http client

    const {http} = useVHttpClient();
    

    Returns { http: HttpClient }

Generated using TypeDoc