Skip to content

Commit 76d2ddb

Browse files
committed
Mention that setting the slot property will cause a child to go into that slot instead
1 parent 9984aab commit 76d2ddb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/ui-schema/field/children.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# children
22

3-
An array of [fields](../field.md). The rendered children (vnodes) will be passed in the default slot to the `component`.
3+
An array of [fields](../field.md). The rendered children (vnodes) will be passed in the default slot to the `component`, unless a [slot](field-options/slot.md) is set.
44

55
```js
66
data() {

0 commit comments

Comments
 (0)