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 5d5f9c9 commit 92d5f65Copy full SHA for 92d5f65
frontend/encore/vuejs.rst
@@ -165,13 +165,14 @@ 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: ['${', '}$']` inside the Vue.js instance.
169
170
.. code-block:: twig
171
172
{{ twig_var }} renders a Twig variable
173
${ vuejs_var }$ renders a Vue.js variable
174
175
+
176
.. _`Vue.js`: https://vuejs.org/
177
.. _`vue-loader options`: https://vue-loader.vuejs.org/options.html
178
.. _`Encore's index.js file`: https://github.com/symfony/webpack-encore/blob/master/index.js
0 commit comments