Skip to content

Commit

Permalink
fix: update the vue version in the error message (vitejs#6252)
Browse files Browse the repository at this point in the history
  • Loading branch information
sodatea committed Dec 24, 2021
1 parent 485e298 commit 6a47083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin-vue/src/compiler.ts
Expand Up @@ -15,7 +15,7 @@ export function resolveCompiler(root: string): typeof _compiler {
if (!compiler) {
throw new Error(
`Failed to resolve vue/compiler-sfc.\n` +
`@vitejs/plugin-vue requires vue (>=3.2.13) or @vue/compiler-sfc ` +
`@vitejs/plugin-vue requires vue (>=3.2.25) ` +
`to be present in the dependency tree.`
)
}
Expand Down

0 comments on commit 6a47083

Please sign in to comment.