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) => {
82
82
</div >
83
83
</template >
84
84
</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
+ />
90
88
</Teleport >
91
89
</ClientOnly >
92
90
<div class =" min-h-screen" >
Original file line number Diff line number Diff line change @@ -80,11 +80,9 @@ const toggleMobileUserMenu = (event) => {
80
80
</div >
81
81
</template >
82
82
</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
+ />
88
86
</Teleport >
89
87
</ClientOnly >
90
88
You can’t perform that action at this time.
0 commit comments