We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 613319c commit 3cfb21fCopy full SHA for 3cfb21f
packages/docs/src/components/home/Blogs.vue
@@ -28,7 +28,9 @@
28
</v-card-subtitle>
29
30
<v-card-title class="text-pre-wrap pl-0 pt-0">
31
- {{ blog.title }}
+ <router-link :to="blog.to" class="text-high-emphasis d-inline-flex">
32
+ {{ blog.title }}
33
+ </router-link>
34
</v-card-title>
35
36
<div class="text-medium-emphasis text-subtitle-1 pl-0">
@@ -79,8 +81,10 @@
79
81
<v-icon icon="mdi-calendar" size="16" /> {{ item.date }}
80
82
83
- <v-card-title class="text-subtitle-1 pt-1">
- {{ item.title }}
84
+ <v-card-title class="d-inline-block text-subtitle-1 pt-1">
85
+ <router-link :to="item.to" class="text-high-emphasis d-inline-flex">
86
+ {{ item.title }}
87
88
89
90
<v-card-text
0 commit comments