Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d200f98

Browse filesBrowse files
committed
封装 footer 组件
1 parent 5b7edb9 commit d200f98
Copy full SHA for d200f98

File tree

Expand file treeCollapse file tree

1 file changed

+18
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+18
-0
lines changed

‎src/components/footerView.vue

Copy file name to clipboard
+18Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<template>
2+
<div class="footer">
3+
<span class="dim">© 2017
4+
<a href="https://onevcat.com">OneV's Den</a> &amp;
5+
<a href="http://objccn.io/">ObjC 中国</a>
6+
<br>本站由
7+
<a href="https://halfrost.com">@halfrost</a> 创建
8+
</span>
9+
</div>
10+
</template>
11+
12+
<script>
13+
14+
</script>
15+
16+
<style>
17+
18+
</style>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.