Skip to content

Commit 5d5f9c9

Browse files
authored
Update vuejs.rst
1 parent 8b71743 commit 5d5f9c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/encore/vuejs.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,12 +165,12 @@ instantiate a Vue.js app as any other JavaScript code.
165165

166166
You may in this case leverage the delimiters options
167167
to not overlap with Twig ones.
168-
For example, using `delimiters: ['${', '}']`
168+
For example, using `delimiters: ['${', '}$']`
169169

170170
.. code-block:: twig
171171
172172
{{ twig_var }} renders a Twig variable
173-
${ vuejs_var }} renders a Vue.js variable
173+
${ vuejs_var }$ renders a Vue.js variable
174174
175175
.. _`Vue.js`: https://vuejs.org/
176176
.. _`vue-loader options`: https://vue-loader.vuejs.org/options.html

0 commit comments

Comments
 (0)