Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 10 additions & 8 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1007,14 +1007,16 @@ class Encore {
* });
* ```
*
* // or configure Encore-specific options
* Encore.enableVueLoader(() => {}, {
* // set optional Encore-specific options, for instance:
*
* // enable JSX usage in Vue components
* // https://vuejs.org/v2/guide/render-function.html#JSX
* useJsx: true
* })
* ```
* // or configure Encore-specific options
* Encore.enableVueLoader(() => {}, {
* // set optional Encore-specific options, for instance:
*
* // enable JSX usage in Vue components
* // https://vuejs.org/v2/guide/render-function.html#JSX
* useJsx: true
* })
* ```
*
* Supported options:
* * {boolean} useJsx (default=false)
Expand Down