Skip to content

Commit

Permalink
Merge pull request #21 from zjf19002/nic21003_experimental
Browse files Browse the repository at this point in the history
disabled vue smooth scroll, broken
  • Loading branch information
tjb20007 authored Nov 15, 2023
2 parents 8cbb5cd + 147e16c commit 365db7a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions class_registration_app/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 365db7a

Please sign in to comment.