We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 838b672 commit c53af27Copy full SHA for c53af27
src/guide/essentials/template-syntax.md
@@ -207,7 +207,7 @@ It is also possible to use a JavaScript expression in a directive argument by wr
207
```vue-html
208
<!--
209
Note that there are some constraints to the argument expression,
210
-as explained in the "Dynamic Argument Expression Constraints" section below.
+as explained in the "Dynamic Argument Value Constraints" and "Dynamic Argument Syntax Constraints" sections below.
211
-->
212
<a v-bind:[attributeName]="url"> ... </a>
213
0 commit comments