Skip to content

Commit c48e4b4

Browse files
authored
[Encore] Fix vue-loader installation
1 parent bc2d51b commit c48e4b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/encore/vuejs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Want to use `Vue.js`_? No problem! First, install Vue and some dependencies:
55

66
.. code-block:: terminal
77
8-
$ yarn add --dev vue vue-loader vue-template-compiler
8+
$ yarn add --dev vue vue-loader@^14 vue-template-compiler
99
1010
Then, activate the ``vue-loader`` in ``webpack.config.js``:
1111

0 commit comments

Comments
 (0)