Skip to content

Commit bd4e941

Browse files
committed
footer and backtop class
1 parent 0818a40 commit bd4e941

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/routes/main/components/BackTop.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<span v-if="top > 0" @click.prevent="backTop">
3-
<v-btn id="scroll" fab class="blue" floating>
3+
<v-btn id="scroll" fab class="secondary" floating>
44
<v-icon class="white--text">keyboard_arrow_up</v-icon>
55
</v-btn>
66
<slot></slot>

src/routes/main/components/Footnote.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<template>
22
<div>
3-
<!-- <v-footer :class="$store.state.primaryColor" class="pa-3 white--text" app>
4-
<v-spacer></v-spacer>
5-
<div>© {{ new Date().getFullYear() }}</div>
6-
</v-footer> -->
3+
<v-footer class="primary pa-3 white--text" app>
4+
<v-spacer></v-spacer>
5+
<div>© {{ new Date().getFullYear() }}</div>
6+
</v-footer>
77
</div>
88
</template>
99
<script>

0 commit comments

Comments
 (0)