build(docs-infra): rename example template variable in directive pages (#25768)
PR Close #25768
This commit is contained in:
parent
4b132c9848
commit
d0f7eadc09
|
@ -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…
Reference in New Issue