Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6a786a6

Browse files
committedApr 25, 2017
small fix
1 parent 836cb9a commit 6a786a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎en/head.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const clientTitleMixin = {
5151
mounted () {
5252
const title = getTitle(this)
5353
if (title) {
54-
document.title = `Vue HN 2.0 | ${title}`
54+
document.title = title
5555
}
5656
}
5757
}

0 commit comments

Comments
 (0)
Please sign in to comment.