From c837d7480d5d2bad9b0dd2cbf278576eebb594de Mon Sep 17 00:00:00 2001 From: liulinboyi <814921718@qq.com> Date: Sun, 17 Apr 2022 17:12:51 +0800 Subject: [PATCH] docs: refine the `application` documentation link --- src/api/application.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/application.md b/src/api/application.md index 03c69c1c91..442d0f4e49 100644 --- a/src/api/application.md +++ b/src/api/application.md @@ -400,7 +400,7 @@ Configure runtime compiler options. Values set on this object will be passed to ::: warning Important 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. -- For `vue-loader`: [pass via the `compilerOptions` loader option](/). Also see [how to configure it in `vue-cli`](/). +- For `vue-loader`: [pass via the `compilerOptions` loader option](https://vue-loader.vuejs.org/options.html#compileroptions). Also see [how to configure it in `vue-cli`](https://cli.vuejs.org/guide/webpack.html#modifying-options-of-a-loader). - For `vite`: [pass via `@vitejs/plugin-vue` options](/). :::