Skip to content

Commit 21f24a6

Browse files
authored
minor #559 Putting jsdoc in markdown (weaverryan)
2 parents f9c3fc6 + b2bc6e5 commit 21f24a6

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

index.js

+10-8
Original file line numberDiff line numberDiff line change
@@ -1007,14 +1007,16 @@ class Encore {
10071007
* });
10081008
* ```
10091009
*
1010-
* // or configure Encore-specific options
1011-
* Encore.enableVueLoader(() => {}, {
1012-
* // set optional Encore-specific options, for instance:
1013-
*
1014-
* // enable JSX usage in Vue components
1015-
* // https://vuejs.org/v2/guide/render-function.html#JSX
1016-
* useJsx: true
1017-
* })
1010+
* ```
1011+
* // or configure Encore-specific options
1012+
* Encore.enableVueLoader(() => {}, {
1013+
* // set optional Encore-specific options, for instance:
1014+
*
1015+
* // enable JSX usage in Vue components
1016+
* // https://vuejs.org/v2/guide/render-function.html#JSX
1017+
* useJsx: true
1018+
* })
1019+
* ```
10181020
*
10191021
* Supported options:
10201022
* * {boolean} useJsx (default=false)

0 commit comments

Comments
 (0)