8000 finished v-directives · MissionVistaCS/Vue.js-Tutorial@dd5e74b · GitHub
[go: up one dir, main page]

Skip to content

Commit dd5e74b

Browse files
committed
finished v-directives
1 parent 605c5a0 commit dd5e74b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Basics/V-Directives/2.3.B/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<img src='imageSrc'></img>
2424
</div>
2525

26-
<!-- dynamically bind different ids to a div -->
26+
<!-- dynamically bind different ids to the id attribute of the div -->
2727
<div id='app3'>
2828
<div v-bind:id="dynamicId"></div>
2929
</div>

0 commit comments

Comments
 (0)
0