Skip to content

Commit 9a4c812

Browse files
Added a link explaining how to use inheritAttrs in normal <script> (#2971)
* chore: added a link to inheritAttrs option * fix: fixed closing tag
1 parent 9e80adb commit 9a4c812

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/api/options-misc.md

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

102102
</div>
103103

104-
- **See also** [Fallthrough Attributes](/guide/components/attrs)
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>
105111

106112
## components {#components}
107113

0 commit comments

Comments
 (0)