Skip to content

Commit

Permalink
fix: make zhlint happy again
Browse files Browse the repository at this point in the history
  • Loading branch information
Justineo committed Sep 10, 2024
1 parent d8dc723 commit 4677432
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/api/composition-api-helpers.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## useAttrs() {#useattrs}

[Setup 上下文](/api/composition-api-setup#setup-context) 中返回 `attrs` 对象,其中包含当前组件的[透传 attributes](/guide/components/attrs#fallthrough-attributes)。这是用于 `<script setup>` 中的,因为在 `<script setup>` 中无法获取 setup 上下文对象的。
[Setup 上下文](/api/composition-api-setup#setup-context)中返回 `attrs` 对象,其中包含当前组件的[透传 attributes](/guide/components/attrs#fallthrough-attributes)。这是用于 `<script setup>` 中的,因为在 `<script setup>` 中无法获取 setup 上下文对象的。

- **类型**

Expand All @@ -12,7 +12,7 @@

## useSlots() {#useslots}

从 [Setup 上下文](/api/composition-api-setup#setup-context) 中返回 `slots` 对象,其中包含父组件传递的插槽。这些插槽为可调用的函数,返回虚拟 DOM 节点。这是用于 `<script setup>` 中的,因为在 `<script setup>` 中无法获取 setup 上下文对象的。
从 [Setup 上下文](/api/composition-api-setup#setup-context)中返回 `slots` 对象,其中包含父组件传递的插槽。这些插槽为可调用的函数,返回虚拟 DOM 节点。这是用于 `<script setup>` 中的,因为在 `<script setup>` 中无法获取 setup 上下文对象的。

如果使用 TypeScript,建议优先使用 [`defineSlots()`](/api/sfc-script-setup#defineslots)。

Expand Down

0 comments on commit 4677432

Please sign in to comment.