You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 13, 2024. It is now read-only.
Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.96. Please mark this comment with 👍 or 👎 to give our bot feedback!
Feature request
What problem does this feature solve?
This plugin will generate extra pages and automatically use the corresponding layout.
/tag/
=>Tags.vue
/category/
=>Categories.vue
/tag/vue
=>FrontmatterPagination.vue
(fallback to Layout if not exist)/category/web
=>FrontmatterPagination.vue
(fallback to Layout if not exist)Now,
/tag/vue
and/category/web
use the same layout.Maybe we would like to use different layout like
Tag.vue
orCategory.vue
.What does the proposed API look like?
How should this be implemented in your opinion?
Are you willing to work on this yourself?
The text was updated successfully, but these errors were encountered: