File tree 1 file changed +10
-8
lines changed
1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -1007,14 +1007,16 @@ class Encore {
1007
1007
* });
1008
1008
* ```
1009
1009
*
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
+ * ```
1018
1020
*
1019
1021
* Supported options:
1020
1022
* * {boolean} useJsx (default=false)
You can’t perform that action at this time.
0 commit comments