We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 410739b commit 499a372Copy full SHA for 499a372
README.md
@@ -2,7 +2,8 @@
2
This is a simple demo showing how to:
3
1. Lazy Load Components in Vue 2
4
2. Lazy Load Routes in Vue 2
5
-Bonus: vue.config.js shows how to split out vendor's chunk
+
6
+**Bonus:** vue.config.js shows how to split out vendor's chunk
7
8
## Lazy Load Components
9
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