Skip to content

Commit a3e06d1

Browse files
authored
fix: update the vue version in the error message (#6252)
1 parent 30aee91 commit a3e06d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugin-vue/src/compiler.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export function resolveCompiler(root: string): typeof _compiler {
1515
if (!compiler) {
1616
throw new Error(
1717
`Failed to resolve vue/compiler-sfc.\n` +
18-
`@vitejs/plugin-vue requires vue (>=3.2.13) or @vue/compiler-sfc ` +
18+
`@vitejs/plugin-vue requires vue (>=3.2.25) ` +
1919
`to be present in the dependency tree.`
2020
)
2121
}

0 commit comments

Comments
 (0)