<!-- Please don't delete this template or we'll close your issue --> <!-- Before creating an issue please make sure you are using the latest version of VuePress. --> ## Bug report <!-- Please ask questions on StackOverflow. --> <!-- https://stackoverflow.com/questions/ask?tags=vuepress --> <!-- Issues which contain questions or support requests will be closed. --> #### Version v1.0.0-alpha.4 #### Steps to reproduce <!-- If you are reporting a bug that can ONLY be reproduced on your repository, PLEASE provide this repo link. That takes guessing work out of the way and saves us time. --> <!-- If your repo isn't public, you can use this boilerplate to create a proper reproduction repo quickly: https://github.com/ulivz/template-vuepress --> 1. add new markdown file 2. configure front matter `layout: specialLayout` 3. check markdown file in dev, production result #### What is expected? displaying custom component in .vuepress/component/specialLayout.vue #### What is actually happening? displaying Page component in vuepress theme. #### Other relevant information - Your OS: Windows 10 - Node.js version: 10.11.0 - Browser version: Firefox 62.0.3(x64) - Is this a global or local install? local - Which package manager did you use for the install? yarn