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 @@ -76,11 +76,9 @@ const toggleMobileUserMenu = (event) => {
76
76
</div >
77
77
</template >
78
78
</Drawer >
79
- <ScrollTop :buttonProps =" {
80
- class: 'fixed! right-4! bottom-4! md:right-8! md:bottom-8! z-[1000]!',
81
- rounded: true,
82
- raised: true,
83
- }" />
79
+ <ScrollTop
80
+ :buttonProps =" { class: 'fixed! right-4! bottom-4! md:right-8! md:bottom-8! z-[1000]!', rounded: true, raised: true }"
81
+ />
84
82
</Teleport >
85
83
</ClientOnly >
86
84
<div class =" min-h-screen" >
Original file line number Diff line number Diff line change @@ -74,11 +74,9 @@ const toggleMobileUserMenu = (event) => {
74
74
</div >
75
75
</template >
76
76
</Drawer >
77
- <ScrollTop :buttonProps =" {
78
- class: 'fixed! right-4! bottom-4! md:right-8! md:bottom-8! z-[1000]!',
79
- rounded: true,
80
- raised: true,
81
- }" />
77
+ <ScrollTop
78
+ :buttonProps =" { class: 'fixed! right-4! bottom-4! md:right-8! md:bottom-8! z-[1000]!', rounded: true, raised: true }"
79
+ />
82
80
</Teleport >
83
81
</ClientOnly >
84
82
You can’t perform that action at this time.
0 commit comments