build(docs-infra): rename example template variable in directive pages (#25768)
PR Close #25768
This commit is contained in:
parent
19c2d5b3d4
commit
4aacbbe04b
@ -12,7 +12,7 @@
|
||||
{%- for exportAs in doc.exportAsArray %}
|
||||
<tr class="export-as">
|
||||
<td><code>{$ exportAs $}</code></td>
|
||||
<td><code>#var="{$ exportAs $}"</code></td>
|
||||
<td><code>#myTemplateVar="{$ exportAs $}"</code></td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
|
Loading…
x
Reference in New Issue
Block a user