We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30aee91 commit a3e06d1Copy full SHA for a3e06d1
packages/plugin-vue/src/compiler.ts
@@ -15,7 +15,7 @@ export function resolveCompiler(root: string): typeof _compiler {
15
if (!compiler) {
16
throw new Error(
17
`Failed to resolve vue/compiler-sfc.\n` +
18
- `@vitejs/plugin-vue requires vue (>=3.2.13) or @vue/compiler-sfc ` +
+ `@vitejs/plugin-vue requires vue (>=3.2.25) ` +
19
`to be present in the dependency tree.`
20
)
21
}
0 commit comments