From 43fc013c78a6a3ee001e7e118a0638a613a8de9e Mon Sep 17 00:00:00 2001 From: valere Date: Thu, 10 Oct 2024 17:08:48 +0200 Subject: [PATCH] FEAT: add types --- README.md | 2 - components/list.vue | 17 +++++-- composables/useScrollEnd.ts | 4 +- package-lock.json | 10 +++++ pages/details/[id].vue | 88 +++++++++++++++++++++++++++++-------- server/api/explore.ts | 9 +++- 6 files changed, 102 insertions(+), 28 deletions(-) diff --git a/README.md b/README.md index 73d879c..e69de29 100644 --- a/README.md +++ b/README.md @@ -1,2 +0,0 @@ -- variables typées -- tests diff --git a/components/list.vue b/components/list.vue index d84c642..c4692ed 100644 --- a/components/list.vue +++ b/components/list.vue @@ -13,7 +13,7 @@
- @@ -37,9 +37,17 @@