Skip to content

Commit 42ec317

Browse files
dougalgantfu
andauthored
docs: clarify code splitting behaviour in README (#100)
Co-authored-by: Anthony Fu <[email protected]>
1 parent 73bd25d commit 42ec317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export default {
4545

4646
That's all.
4747

48-
Use components in templates as you would usually do but NO `import` and `component registration` required anymore! It will import components on demand, code splitting is also possible.
48+
Use components in templates as you would usually do, it will import components on demand and there is no `import` and `component registration` required anymore! If you register the parent component asynchronously (or lazy route), the auto-imported components will be code-split along with their parent.
4949

5050
Basically, it will automatically turn this
5151

0 commit comments

Comments
 (0)