Skip to content

Commit ca0a18c

Browse files
authored
docs: explicitly specify context around v-bind (#2770)
This reverts commit ccf052d.
1 parent d01c5b3 commit ca0a18c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/essentials/component-basics.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ Then want to render a component for each one, using `v-for`:
298298

299299
</div>
300300

301-
Notice how `v-for` is used to pass dynamic prop values. This is especially useful when you don't know the exact content you're going to render ahead of time.
301+
Notice how [`v-bind` syntax](/api/built-in-directives#v-bind) (`:title="post.title"`) is used to pass dynamic prop values. This is especially useful when you don't know the exact content you're going to render ahead of time.
302302

303303
That's all you need to know about props for now, but once you've finished reading this page and feel comfortable with its content, we recommend coming back later to read the full guide on [Props](/guide/components/props).
304304

0 commit comments

Comments
 (0)