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 8b71743 commit 5d5f9c9Copy full SHA for 5d5f9c9
frontend/encore/vuejs.rst
@@ -165,12 +165,12 @@ instantiate a Vue.js app as any other JavaScript code.
165
166
You may in this case leverage the delimiters options
167
to not overlap with Twig ones.
168
- For example, using `delimiters: ['${', '}']`
+ For example, using `delimiters: ['${', '}$']`
169
170
.. code-block:: twig
171
172
{{ twig_var }} renders a Twig variable
173
- ${ vuejs_var }} renders a Vue.js variable
+ ${ vuejs_var }$ renders a Vue.js variable
174
175
.. _`Vue.js`: https://vuejs.org/
176
.. _`vue-loader options`: https://vue-loader.vuejs.org/options.html
0 commit comments