From 4db882cc0342afa370e921aab6a0a3f808e50830 Mon Sep 17 00:00:00 2001 From: provira Date: Fri, 14 Mar 2025 13:06:05 +0100 Subject: [PATCH] feat: refs #8655 made VnTable to use VnScroll button --- src/App.vue | 2 +- src/components/VnTable/VnTable.vue | 54 +++++++------------------ src/components/common/VnScroll.vue | 63 +++++++++++++++++++++++++----- 3 files changed, 69 insertions(+), 50 deletions(-) diff --git a/src/App.vue b/src/App.vue index bec50ae9d..25f3b6808 100644 --- a/src/App.vue +++ b/src/App.vue @@ -39,7 +39,7 @@ quasar.iconMapFn = (iconName) => { diff --git a/src/components/common/VnScroll.vue b/src/components/common/VnScroll.vue index dc7f7eb3d..17abc779c 100644 --- a/src/components/common/VnScroll.vue +++ b/src/components/common/VnScroll.vue @@ -1,8 +1,9 @@