We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f9c3fc6 + b2bc6e5 commit 21f24a6Copy full SHA for 21f24a6
index.js
@@ -1007,14 +1007,16 @@ class Encore {
1007
* });
1008
* ```
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
- * })
+ * ```
+ * // 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
1018
+ * })
1019
1020
1021
* Supported options:
1022
* * {boolean} useJsx (default=false)
0 commit comments