Skip to content

Commit bf16697

Browse files
authored
chore: fix broken vite plugin url in warning message (#8224)
1 parent 8ccc570 commit bf16697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime-dom/src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ function injectCompilerOptionsCheck(app: App) {
162162
`must be passed to \`@vue/compiler-dom\` in the build setup instead.\n` +
163163
`- For vue-loader: pass it via vue-loader's \`compilerOptions\` loader option.\n` +
164164
`- For vue-cli: see https://cli.vuejs.org/guide/webpack.html#modifying-options-of-a-loader\n` +
165-
`- 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`
165+
`- 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`
166166

167167
Object.defineProperty(app.config, 'compilerOptions', {
168168
get() {

0 commit comments

Comments
 (0)