Skip to content

Commit

Permalink
minor #559 Putting jsdoc in markdown (weaverryan)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyrkan committed Apr 10, 2019
2 parents f9c3fc6 + b2bc6e5 commit 21f24a6
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions index.js
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

0 comments on commit 21f24a6

Please sign in to comment.