Skip to content

Commit 38748a2

Browse files
authored
fix link error (#1670)
1 parent 28c60b1 commit 38748a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/api/application.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -395,14 +395,14 @@ Set this to `true` to enable component init, compile, render and patch performan
395395

396396
## app.config.compilerOptions
397397

398-
Configure runtime compiler options. Values set on this object will be passed to the in-browser template compiler and affect every component in the configured app. Note you can also override these options on a per-component basis using the [`compilerOptions` option](/).
398+
Configure runtime compiler options. Values set on this object will be passed to the in-browser template compiler and affect every component in the configured app. Note you can also override these options on a per-component basis using the [`compilerOptions` option](/api/options-rendering.html#compileroptions).
399399

400400
::: warning Important
401401
This config option is only respected when using the full build (i.e. the standalone `vue.js` that can compile templates in the browser). If you are using the runtime-only build with a build setup, compiler options must be passed to `@vue/compiler-dom` via build tool configurations instead.
402402

403403
- For `vue-loader`: [pass via the `compilerOptions` loader option](/). Also see [how to configure it in `vue-cli`](/).
404404
405-
- For `vite`: [pass via `@vitejs/plugin-vue` options](/).
405+
- For `vite`: [pass via `@vitejs/plugin-vue` options](https://github.com/vitejs/vite/tree/main/packages/plugin-vue#options).
406406
:::
407407
408408
### app.compilerOptions.isCustomElement

0 commit comments

Comments
 (0)