Skip to content

Commit c53af27

Browse files
authored
Update template-syntax.md (#1613)
* Update template-syntax.md * Update template-syntax.md
1 parent 838b672 commit c53af27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/essentials/template-syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ It is also possible to use a JavaScript expression in a directive argument by wr
207207
```vue-html
208208
<!--
209209
Note that there are some constraints to the argument expression,
210-
as explained in the "Dynamic Argument Expression Constraints" section below.
210+
as explained in the "Dynamic Argument Value Constraints" and "Dynamic Argument Syntax Constraints" sections below.
211211
-->
212212
<a v-bind:[attributeName]="url"> ... </a>
213213

0 commit comments

Comments
 (0)