Skip to content

Commit fa03906

Browse files
authored
Merge pull request #227 from tidev/bugfixH3
fix: h3 copy&paste error
2 parents 95a07aa + aae9bc4 commit fa03906

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/vuepress/vuepress-plugin-apidocs/components/PropertyList.vue

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
<div v-for="(property, index) in properties" :key="property.name">
88
<div class="member-header" :id="`${property.name.toLowerCase()}`">
9-
<h3 :id="property.name.toLowerCase()">
109
<h3 :id="`properties_${property.name.toLowerCase()}`">
1110
<a :href="`#${property.name.toLowerCase()}`" class="header-anchor">#</a> {{property.name}} <Badge v-if="property.permission === 'read-only'" text="READONLY" type="light"/><Badge v-if="property.availability === 'creation'" text="CREATION ONLY" type="info"/><Badge v-if="property.deprecated" text="DEPRECATED" type="warn"/>
1211
</h3>

0 commit comments

Comments
 (0)