From 69452e26273fac41fdcb9329982f1f9f2adc17c2 Mon Sep 17 00:00:00 2001 From: provira Date: Fri, 28 Feb 2025 14:25:09 +0100 Subject: [PATCH] feat: refs #8655 added button for scrolling up --- src/App.vue | 2 ++ src/components/VnTable/VnTable.vue | 40 +++++++++++++++++++++++--- src/components/common/VnScroll.vue | 45 ++++++++++++++++++++++++++++++ 3 files changed, 83 insertions(+), 4 deletions(-) create mode 100644 src/components/common/VnScroll.vue diff --git a/src/App.vue b/src/App.vue index 27cc34c38..bec50ae9d 100644 --- a/src/App.vue +++ b/src/App.vue @@ -2,6 +2,7 @@ import { onMounted } from 'vue'; import { useQuasar, Dark } from 'quasar'; import { useI18n } from 'vue-i18n'; +import VnScroll from './components/common/VnScroll.vue'; const quasar = useQuasar(); const { availableLocales, locale, fallbackLocale } = useI18n(); @@ -38,6 +39,7 @@ quasar.iconMapFn = (iconName) => { diff --git a/src/components/common/VnScroll.vue b/src/components/common/VnScroll.vue new file mode 100644 index 000000000..ab48bef3b --- /dev/null +++ b/src/components/common/VnScroll.vue @@ -0,0 +1,45 @@ + + + +