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 a0e694f

Browse filesBrowse files
committed
use html for title
1 parent 6d80c92 commit a0e694f
Copy full SHA for a0e694f

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎src/components/Item.vue

Copy file name to clipboardExpand all lines: src/components/Item.vue
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="item">
33
<span class="index">{{index}}.</span>
44
<p>
5-
<a class="title" :href="href" target="_blank">{{item.title}}</a>
5+
<a class="title" :href="href" target="_blank">{{{item.title}}}</a>
66
<span class="domain" v-show="showDomain">
77
({{item.url | domain}})
88
</span>

0 commit comments

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