From 147e16cde63b0aee4196e0a7c09bbfcd5418b25c Mon Sep 17 00:00:00 2001 From: nic21003 Date: Wed, 15 Nov 2023 16:58:00 -0500 Subject: [PATCH] disabled vue smooth scroll, broken --- class_registration_app/src/main.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/class_registration_app/src/main.ts b/class_registration_app/src/main.ts index 1c6e631..0081824 100644 --- a/class_registration_app/src/main.ts +++ b/class_registration_app/src/main.ts @@ -12,10 +12,10 @@ import { Amplify, Auth } from "aws-amplify"; //Amplify.configure(awsconfig); const app = createApp(App) -app.use(VueSmoothScroll, { - duration: 400, - updateHistory: false, - }) +// app.use(VueSmoothScroll, { +// duration: 400, +// updateHistory: false, +// }) app.use(createPinia()) app.use(router)