Skip to content

Commit 499a372

Browse files
author
Karen Baney
committed
Update README.md
1 parent 410739b commit 499a372

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
This is a simple demo showing how to:
33
1. Lazy Load Components in Vue 2
44
2. Lazy Load Routes in Vue 2
5-
Bonus: vue.config.js shows how to split out vendor's chunk
5+
6+
**Bonus:** vue.config.js shows how to split out vendor's chunk
67

78
## Lazy Load Components
89
In the /views/home.vue component, Bella is shown by default so we can lazy load the Daisy component since it's not visible on the initial page load.

0 commit comments

Comments
 (0)