From 657603d7b76722b1951a3083e720ab791eed8c28 Mon Sep 17 00:00:00 2001 From: Tycho Date: Thu, 17 Oct 2024 12:00:03 +0800 Subject: [PATCH] docs: update package name to `@vue/compiler-core` (#12192)[ci skip] --- packages/vue/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/vue/README.md b/packages/vue/README.md index 69dbf6942..757ea82f5 100644 --- a/packages/vue/README.md +++ b/packages/vue/README.md @@ -25,7 +25,7 @@ - For use with bundlers like `webpack`, `rollup` and `parcel`. - Leaves prod/dev branches with `process.env.NODE_ENV` guards (must be replaced by bundler) - Does not ship minified builds (to be done together with the rest of the code after bundling) - - Imports dependencies (e.g. `@vue/runtime-core`, `@vue/runtime-compiler`) + - Imports dependencies (e.g. `@vue/runtime-core`, `@vue/compiler-core`) - Imported dependencies are also `esm-bundler` builds and will in turn import their dependencies (e.g. `@vue/runtime-core` imports `@vue/reactivity`) - This means you **can** install/import these deps individually without ending up with different instances of these dependencies, but you must make sure they all resolve to the same version. - In-browser template compilation: