]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
docs: update package name to `@vue/compiler-core` (#12192)[ci skip]
authorTycho <jh.leong@outlook.com>
Thu, 17 Oct 2024 04:00:03 +0000 (12:00 +0800)
committerGitHub <noreply@github.com>
Thu, 17 Oct 2024 04:00:03 +0000 (12:00 +0800)
packages/vue/README.md

index 69dbf694290767dc80c1530130d36b127a066ecf..757ea82f5d7f81a51f8be75f58549c19899287c0 100644 (file)
@@ -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: