We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0818a40 commit bd4e941Copy full SHA for bd4e941
src/routes/main/components/BackTop.vue
@@ -1,6 +1,6 @@
1
<template>
2
<span v-if="top > 0" @click.prevent="backTop">
3
- <v-btn id="scroll" fab class="blue" floating>
+ <v-btn id="scroll" fab class="secondary" floating>
4
<v-icon class="white--text">keyboard_arrow_up</v-icon>
5
</v-btn>
6
<slot></slot>
src/routes/main/components/Footnote.vue
@@ -1,9 +1,9 @@
<div>
- <!-- <v-footer :class="$store.state.primaryColor" class="pa-3 white--text" app>
- <v-spacer></v-spacer>
- <div>© {{ new Date().getFullYear() }}</div>
- </v-footer> -->
+ <v-footer class="primary pa-3 white--text" app>
+ <v-spacer></v-spacer>
+ <div>© {{ new Date().getFullYear() }}</div>
+ </v-footer>
7
</div>
8
</template>
9
<script>
0 commit comments