Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit dae1734

Browse files
clarkdocouchfault
andcommittedApr 5, 2020
fix: vuetify footer fixed attribute toggling
Co-authored-by: Henry Pitcairn <[email protected]>
1 parent f640b02 commit dae1734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎template/frameworks/vuetify/layouts/default.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
</v-list>
8181
</v-navigation-drawer>
8282
<v-footer
83-
:fixed="fixed"
83+
:absolute="!fixed"
8484
app
8585
>
8686
<span>&copy; {{ new Date().getFullYear() }}</span>

0 commit comments

Comments
 (0)
This repository has been archived.