File tree Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -82,11 +82,9 @@ const toggleMobileUserMenu = (event) => {
8282 </div >
8383 </template >
8484 </Drawer >
85- <ScrollTop :buttonProps =" {
86- class: 'fixed! right-4! bottom-4! md:right-8! md:bottom-8! z-[1000]!',
87- rounded: true,
88- raised: true,
89- }" />
85+ <ScrollTop
86+ :buttonProps =" { class: 'fixed! right-4! bottom-4! md:right-8! md:bottom-8! z-[1000]!', rounded: true, raised: true }"
87+ />
9088 </Teleport >
9189 </ClientOnly >
9290 <div class =" min-h-screen" >
Original file line number Diff line number Diff line change @@ -80,11 +80,9 @@ const toggleMobileUserMenu = (event) => {
8080 </div >
8181 </template >
8282 </Drawer >
83- <ScrollTop :buttonProps =" {
84- class: 'fixed! right-4! bottom-4! md:right-8! md:bottom-8! z-[1000]!',
85- rounded: true,
86- raised: true,
87- }" />
83+ <ScrollTop
84+ :buttonProps =" { class: 'fixed! right-4! bottom-4! md:right-8! md:bottom-8! z-[1000]!', rounded: true, raised: true }"
85+ />
8886 </Teleport >
8987 </ClientOnly >
9088
You can’t perform that action at this time.
0 commit comments