Skip to content

Commit 02a7a2f

Browse files
committed
update layout.vue
1 parent a2d9ec0 commit 02a7a2f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/components/Layout.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,10 @@
5252
<router-view></router-view>
5353
</v-container>
5454
</v-content>
55-
<v-footer app></v-footer>
55+
<v-footer app>
56+
<span>&copy; 2018</span>
57+
<v-spacer></v-spacer>
58+
</v-footer>
5659
</v-app>
5760
</template>
5861
<script>

0 commit comments

Comments
 (0)