Skip to content

Commit 0d7837a

Browse files
fix: fixed closing tag
1 parent 4c4ef90 commit 0d7837a

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

src/api/options-misc.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,13 @@ Controls whether the default component attribute fallthrough behavior should be
101101

102102
</div>
103103

104-
- **See also** [Fallthrough Attributes](/guide/components/attrs)
105-
<div class="composition-api">
106-
- **See also** [Using `inheritAttrs` in normal <script>](api/sfc-script-setup.html#usage-alongside-normal-script)
107-
</div>
104+
- **See also**
105+
106+
- [Fallthrough Attributes](/guide/components/attrs)
107+
<div class="composition-api">
108+
109+
- [Using `inheritAttrs` in normal `<script>`](/api/sfc-script-setup.html#usage-alongside-normal-script)
110+
</div>
108111

109112
## components {#components}
110113

0 commit comments

Comments
 (0)