Skip to content

Commit 1726c7e

Browse files
authored
fix: broken link
1 parent 3cd3e69 commit 1726c7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/guide/components-slots.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ You can even define fallbacks, to be used in case a slot prop is undefined:
349349

350350
> New in 2.6.0+
351351
352-
[Dynamic directive arguments](http://localhost:4000/v2/guide/syntax.html#Dynamic-Arguments) also work on `v-slot`, allowing the definition of dynamic slot names:
352+
[Dynamic directive arguments](syntax.html#Dynamic-Arguments) also work on `v-slot`, allowing the definition of dynamic slot names:
353353

354354
``` html
355355
<base-layout>

0 commit comments

Comments
 (0)