From c1b768d618d40112ad57da9f87da0bade2b80d3f Mon Sep 17 00:00:00 2001 From: isfaaq Date: Thu, 16 May 2024 07:33:24 +0400 Subject: [PATCH 1/2] fix: mention default request method --- docs/resources/Resource.story.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/resources/Resource.story.md b/docs/resources/Resource.story.md index 68a75dcf..a30bd364 100644 --- a/docs/resources/Resource.story.md +++ b/docs/resources/Resource.story.md @@ -26,6 +26,9 @@ to reload your data. When you create a resource using the `createResource` function, it will create a reactive object with properties like `data`, `loading`, `error`, `reload()` etc. +The default request method is `POST`. This can be changed in the `options` +object. + ```vue