blog-client/components/Footer.vue

14 lines
398 B
Vue
Raw Normal View History

2019-02-07 16:26:17 +08:00
<template lang="pug">
footer
a#gotop.scroll-top(href='javascript:;', style='display: none;')
Icon(:icon="['fas', 'angle-double-up']")
#mobileToc.mobileToc(style='display: none;')
| 目录
.footer
| Copyright © 2018 WangYi.
br
2019-12-16 22:51:27 +08:00
| All Rights Reserved.
a(href="http://www.beian.miit.gov.cn" target="_blank" style="color: #ccc")
| 浙ICP备14013313号-2
2019-02-07 16:26:17 +08:00
</template>