]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: fix broken vite plugin url in warning message (#8224)
authorntnyq <ntnyq13@gmail.com>
Mon, 8 May 2023 06:47:02 +0000 (14:47 +0800)
committerGitHub <noreply@github.com>
Mon, 8 May 2023 06:47:02 +0000 (14:47 +0800)
packages/runtime-dom/src/index.ts

index 354cc4c5bf5c84e32621df506c98f971cea897dd..ad818a34bb7ea875b4e62216bb3acf4944c690fd 100644 (file)
@@ -162,7 +162,7 @@ function injectCompilerOptionsCheck(app: App) {
       `must be passed to \`@vue/compiler-dom\` in the build setup instead.\n` +
       `- For vue-loader: pass it via vue-loader's \`compilerOptions\` loader option.\n` +
       `- For vue-cli: see https://cli.vuejs.org/guide/webpack.html#modifying-options-of-a-loader\n` +
-      `- For vite: pass it via @vitejs/plugin-vue options. See https://github.com/vitejs/vite/tree/main/packages/plugin-vue#example-for-passing-options-to-vuecompiler-dom`
+      `- For vite: pass it via @vitejs/plugin-vue options. See https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue#example-for-passing-options-to-vuecompiler-sfc`
 
     Object.defineProperty(app.config, 'compilerOptions', {
       get() {