Function createVHttpClient

  • Creates a http client

    Once registered it can be used in the options API via the globalProperties $vHttpClient

    this.$vHttpClient.get(...)
    

    Returns

    an object with install method that can be used in Vue.use(createVHttpClient()) call

    Parameters

    Returns { install: any }

    • install:function
      • Parameters

        • app: App<any>

        Returns void

Generated using TypeDoc