From 49bcb0556e1f3d21525ab81d054152c4e9662f0d Mon Sep 17 00:00:00 2001 From: Andrey Yolkin Date: Sat, 17 Feb 2024 16:02:29 +0300 Subject: [PATCH] docs: remove `$http.onError` from supported list --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index f88e323..9b8b802 100644 --- a/README.md +++ b/README.md @@ -78,9 +78,8 @@ $http.onRequest(config) $http.onResponse(response) $http.onRequestError(err) $http.onResponseError(err) -$http.onError(err) ``` ## Options -Config options are taken from the [http module](https://http.nuxtjs.org/). In addition an additional properyul has been added. \ No newline at end of file +Config options are taken from the [http module](https://http.nuxtjs.org/). In addition an additional properyul has been added.