We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9a0264 commit e223579Copy full SHA for e223579
.vuepress/components/EventTalk.vue
@@ -8,7 +8,7 @@
8
</ItemRow>
9
<ItemRow v-if="issue">
10
<Icon name="github" slot="icon" />
11
- <a :href="issue" target="_blank">{{ issue | title }} </a>
+ <a :href="issue" target="_blank">{{ issue | filename }} </a>
12
13
</section>
14
</template>
package.json
@@ -18,5 +18,8 @@
18
"homepage": "https://blr.vue.community",
19
"dependencies": {
20
"vue-carousel": "^0.8.1"
21
+ },
22
+ "devDependencies": {
23
+ "vuepress": "^1.0.0-alpha.48"
24
}
25
0 commit comments