Skip to content

Commit cbd1907

Browse files
jh-leongabdullah-wn
authored andcommitted
docs: update package name to @vue/compiler-core (vuejs#12192)[ci skip]
1 parent 650b5ca commit cbd1907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vue/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
- For use with bundlers like `webpack`, `rollup` and `parcel`.
2626
- Leaves prod/dev branches with `process.env.NODE_ENV` guards (must be replaced by bundler)
2727
- Does not ship minified builds (to be done together with the rest of the code after bundling)
28-
- Imports dependencies (e.g. `@vue/runtime-core`, `@vue/runtime-compiler`)
28+
- Imports dependencies (e.g. `@vue/runtime-core`, `@vue/compiler-core`)
2929
- Imported dependencies are also `esm-bundler` builds and will in turn import their dependencies (e.g. `@vue/runtime-core` imports `@vue/reactivity`)
3030
- 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.
3131
- In-browser template compilation:

0 commit comments

Comments
 (0)