From 9a0bf4f49a760c6d9a73cf9050b76318dcbd58eb Mon Sep 17 00:00:00 2001 From: Johann Schopplich Date: Sun, 1 Sep 2024 08:46:43 +0200 Subject: [PATCH] docs: add `clear` method --- README.md | 2 +- docs/api/use-fetch-like.md | 15 +++++++++++++-- docs/guide/getting-started.md | 2 +- playground/pages/jsonPlaceholder.vue | 6 ++---- 4 files changed, 17 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 9cf946b..64b2819 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ Use these composables in your templates or components: ```vue