Skip to content

Commit e35d195

Browse files
committed
Fix Vue warning
1 parent ff95ae2 commit e35d195

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/.vuepress/theme/components/DocSetPanel.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<RouterLink
1616
v-if="$page.frontmatter.home && set.primarySet"
1717
v-for="(set, index) in $site.themeConfig.docSets"
18+
v-bind:key="set.handle"
1819
:to="defaultUri(set)"
1920
class="doc-set"
2021
>
@@ -85,7 +86,7 @@
8586
8687
.home {
8788
@apply text-sm relative;
88-
color: var(--text-color-muted);
89+
color: #718096;
8990
9091
.back {
9192
@apply inline-block absolute mr-1 opacity-100;
@@ -119,8 +120,7 @@
119120
}
120121
121122
.home-title {
122-
color: var(--link-color-default);
123-
@apply relative pl-0;
123+
@apply relative pl-0 text-blue;
124124
left: -2px;
125125
}
126126
}

0 commit comments

Comments
 (0)