From 58ca500accad2091b20aff32de04f49bf5600325 Mon Sep 17 00:00:00 2001 From: arashsheyda Date: Tue, 25 Apr 2023 13:30:31 +0300 Subject: [PATCH] fix: add useMongoose composable --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 50c28ab..1f5671d 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,17 @@ export const User = defineMongooseModel({ }) ``` +### useMongoose + +This composable returns the Mongoose DB instance. Example usage: + +```vue + +``` + ## License [MIT License](./LICENSE)