From: Tycho Date: Thu, 17 Oct 2024 04:00:03 +0000 (+0800) Subject: docs: update package name to `@vue/compiler-core` (#12192)[ci skip] X-Git-Tag: v3.5.13~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=657603d7b76722b1951a3083e720ab791eed8c28;p=thirdparty%2Fvuejs%2Fcore.git docs: update package name to `@vue/compiler-core` (#12192)[ci skip] --- diff --git a/packages/vue/README.md b/packages/vue/README.md index 69dbf69429..757ea82f5d 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: