Skip to content

Commit 233bbf5

Browse files
tangwzyyx990803
authored andcommitted
add some spaces. (vuejs#197)
1 parent b9bfdd8 commit 233bbf5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/views/ItemView.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</div>
1717
<div class="item-view-comments">
1818
<p class="item-view-comments-header">
19-
{{ item.kids ? item.descendants + ' comments' : 'No comments yet.'}}
19+
{{ item.kids ? item.descendants + ' comments' : 'No comments yet.' }}
2020
<spinner :show="loading"></spinner>
2121
</p>
2222
<ul v-if="!loading" class="comment-children">

src/views/UserView.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<h1>User : {{ user.id }}</h1>
55
<ul class="meta">
66
<li><span class="label">Created:</span> {{ user.created | timeAgo }} ago</li>
7-
<li><span class="label">Karma:</span> {{user.karma}}</li>
7+
<li><span class="label">Karma:</span> {{ user.karma }}</li>
88
<li v-if="user.about" v-html="user.about" class="about"></li>
99
</ul>
1010
<p class="links">

0 commit comments

Comments
 (0)