🌐 AI搜索 & 代理 主页
Skip to content

Commit c538134

Browse files
authored
Update componentdoc.vue
1 parent aa7d24c commit c538134

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/components/componentdoc.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@
7575
<b-link to="/docs/reference/router-links" class="alert-link">Router support</b-link>
7676
reference section.
7777
</p>
78-
</article>
78+
</article>
7979

80-
<article v-if="componentVModel">
80+
<article v-if="componentVModel" class="bd-content">
8181
<anchored-heading :id="`comp-ref-${componentName}-v-model`" level="4">
8282
v-model
8383
</anchored-heading>
@@ -227,7 +227,7 @@ h3::before {
227227
display: block;
228228
height: 1rem;
229229
margin-top: -1rem;
230-
content: "";
230+
content: '';
231231
}
232232
</style>
233233

0 commit comments

Comments
 (0)