File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments