mirror of
https://github.com/wahyd4/vuepress.git
synced 2026-08-13 15:25:51 +10:00
1. This is caused by asynchronous page components cannot be resolved during server side rendering. revert to register async components at router's "beforeEnter" hook instead. ref: https://ssr.vuejs.org/guide/structure.html#source-code-structure 2. Rename 'filepath' to 'filePath'.