Skip to content

Commit 92d5f65

Browse files
authored
Update vuejs.rst
1 parent 5d5f9c9 commit 92d5f65

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

frontend/encore/vuejs.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,13 +165,14 @@ 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: ['${', '}$']` inside the Vue.js instance.
169169

170170
.. code-block:: twig
171171
172172
{{ twig_var }} renders a Twig variable
173173
${ vuejs_var }$ renders a Vue.js variable
174174
175+
175176
.. _`Vue.js`: https://vuejs.org/
176177
.. _`vue-loader options`: https://vue-loader.vuejs.org/options.html
177178
.. _`Encore's index.js file`: https://github.com/symfony/webpack-encore/blob/master/index.js

0 commit comments

Comments
 (0)