diff --git a/index.js b/index.js index 32c284b7..ee6232f7 100644 --- a/index.js +++ b/index.js @@ -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)