Skip to content

Commit

Permalink
Update slots.md link to Dynamic Argument Syntax Constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
leoelz committed Jan 28, 2024
1 parent 64a9c48 commit e3426de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/guide/components/slots.md
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ function BaseLayout(slots) {
</base-layout>
```

Do note the expression is subject to the [syntax constraints](/guide/essentials/template-syntax#directives) of dynamic directive arguments.
Do note the expression is subject to the [syntax constraints](/guide/essentials/template-syntax.md#dynamic-argument-syntax-constraints) of dynamic directive arguments.

## Scoped Slots {#scoped-slots}

Expand Down

0 comments on commit e3426de

Please sign in to comment.