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.
2 parents 27813fb + efd5d99 commit 3a3ce9fCopy full SHA for 3a3ce9f
frontend/encore/simple-example.rst
@@ -182,7 +182,7 @@ Great! Use ``import`` to import ``jquery`` and ``greet.js``:
182
// ...
183
184
+ // loads the jquery package from node_modules
185
- + import jquery from 'jquery';
+ + import $ from 'jquery';
186
187
+ // import the function from greet.js (the .js extension is optional)
188
+ // ./ (or ../) means to look for a local file
0 commit comments