From 75f88382f4b0c390f3015bd1d3d25e33f742a9a6 Mon Sep 17 00:00:00 2001 From: earlAchromatic <68669571+earlAchromatic@users.noreply.github.com> Date: Wed, 22 Nov 2023 13:43:05 -0500 Subject: [PATCH] changes for code coverage --- components/Loading.vue | 2 +- components/MyLeader.vue | 2 +- components/SlottedComp.vue | 3 +-- components/myReader.vue | 4 ++-- 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/components/Loading.vue b/components/Loading.vue index 80709e3..da0fa37 100644 --- a/components/Loading.vue +++ b/components/Loading.vue @@ -1,3 +1,3 @@ diff --git a/components/MyLeader.vue b/components/MyLeader.vue index cc134e2..b322313 100644 --- a/components/MyLeader.vue +++ b/components/MyLeader.vue @@ -1,7 +1,7 @@ diff --git a/components/SlottedComp.vue b/components/SlottedComp.vue index ed8f4c5..9403139 100644 --- a/components/SlottedComp.vue +++ b/components/SlottedComp.vue @@ -1,4 +1,3 @@ diff --git a/components/myReader.vue b/components/myReader.vue index 0bc6eb8..ccbbfab 100644 --- a/components/myReader.vue +++ b/components/myReader.vue @@ -3,7 +3,7 @@
- World + Async Component here
@@ -17,7 +17,7 @@ const AsyncComp = defineAsyncComponent({ return new Promise((resolve) => { setTimeout(() => { resolve(import('./SlottedComp.vue')); - }, 4000); + }, 6000); }); }, loadingComponent: Loading,