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 dfc58e1 commit d02a4f7Copy full SHA for d02a4f7
docs/api/ApiIndex.vue
@@ -69,13 +69,8 @@ const filtered = computed(() => {
69
</h3>
70
<ul>
71
<li v-for="h of item.headers" :key="h.anchor">
72
- <!-- TODO @ST-DDT 2024-09-25: Remove this in v10 -->
73
<a
74
- :href="
75
- item.link +
76
- '#' +
77
- (h.anchor === 'userName' ? 'username-1' : slugify(h.anchor))
78
- "
+ :href="item.link + '#' + slugify(h.anchor)"
79
:class="{ deprecated: h.deprecated }"
80
>{{ h.text }}</a
81
>
0 commit comments