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 has been archived by the owner on May 13, 2024. It is now read-only.
Bug report
After setting up the project by the quick start:
yarn create vuepress [blogName]
->cd [blogName] && yarn
->yarn dev
The Tags nav is blank:
And for each post blog, tags info are missing:
Steps to reproduce
I prepared a reproduction repo, here is the reproduction repo:
This issue doesn't need a reproduction repro, here is the steps to reproduce
yarn create vuepress [blogName]
->cd [blogName] && yarn
->yarn dev
What is expected?
It should show all tags like this:
What is actually happening?
There is a missing
s
in alltag
for all post blogs:where the
tag
should betags
Other relevant information
The
title
is also missing for each blog.The text was updated successfully, but these errors were encountered: