goca

``` npm i goca ``` ## funcion # useAxios ``` const {data,error,loading} = useAxios({ method: 'get', url: '/endpoint', enabled: true }) ``` you want controler where de you ejecute:<br> ``` const {data,loading,error,fetcher} = useAxios({ meth