Closed
Description
- I confirm that this is a issue rather than a question.
Bug report
Version
@vuepress 1.0.0-alpha.27
Steps to reproduce
-
Create
Layout.vue
,Page.vue
,Post.vue
,Tag.vue
,Tags.vue
,Category.vue
,Categories.vue
under the 'layouts' directory. -
npm run dev
-
visit
/tag/
.
What is expected?
It will use Cateogries.vue
layout to render.
What is actually happening?
it used Page.vue
layout to render.
Other relevant information
- Your OS: macOs
- Node.js version: v8.11.3
- Browser version: Chrome 70.0.3538.110
- Is this a global or local install? local
- Which package manager did you use for the install?
v1.0.0.alpha.27