8000 Typo fix (#12) · vuejs/rfcs@f38a8f2 · GitHub
[go: up one dir, main page]

Skip to content

Commit f38a8f2

Browse files
galchenkovyyx990803
authored andcommitted
Typo fix (#12)
1 parent 063ea9a commit f38a8f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

active-rfcs/0001-new-slot-syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ Let's review whether this proposal achieves our goals outlined above:
273273

274274
<template v-slot:two="{ msg }">
275275
<div>
276-
element slot: {{ two }}
276+
element slot: {{ msg }}
277277
</div>
278278
</template>
279279
</foo>

0 commit comments

Comments
 (0)
0