From c3e74077ae59533c585e5ac8ccd34ddc3c433851 Mon Sep 17 00:00:00 2001 From: Asaf Shen Date: Thu, 15 Feb 2024 11:00:03 +0200 Subject: [PATCH] add ready event (#50) --- README.md | 21 +++++++++++++++++---- example/components/App.vue | 4 ++++ example/components/Login.vue | 17 +++++++++++++---- example/components/ManageUsers.vue | 4 ++-- package-lock.json | 14 +++++++------- package.json | 2 +- src/Descope.vue | 5 ++++- tests/Descope.test.ts | 9 +++++++++ 8 files changed, 57 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index d7c5138..d921ac7 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,13 @@ app.mount('#app'); ```vue