use IntersectionObserver to show scrolling
Deploy app frontend / app frontend (push) Successful in 1m57s
Deploy db-migrations / db-migrations (push) Successful in 58s
Deploy service message-delivery-method-web-push / service message-delivery-method-web-push (push) Successful in 1m26s
Deploy service tg-bot / service tg-bot (push) Successful in 1m27s

This commit is contained in:
2024-12-19 13:48:20 +02:00
parent 15861a8d59
commit 8d9baf8d7d
6 changed files with 69 additions and 27 deletions
+4
View File
@@ -121,6 +121,10 @@ export default defineConfig(({ mode }) => {
from: '@tanstack/vue-query',
imports: ['useQuery', 'useMutation'],
},
{
from: '@vueuse/core',
imports: ['useElementVisibility'],
},
// {
// from: '@hereconnect/types',
// type: true,