We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
yarn 下载的版本是 2.0.0-alpha.26
git clone下来的版本也是2.0.0-alpha.26
ArticleHeader.vue 中 处理tags中的方法代码不一致
这是npm 下载下来包里面的代码
const getPathByTag = (tag: string) => { return tagMap.value.map[tag].path; };
这是clone下来的代码
const getPathByTag = (tag: string) => tagMap.value.map[tag]?.path || "/";
请问作者是不是忘记更新版本了?
npx vuepress info
Node: 16.15.0 Yarn: 1.22.18 npm: 8.5.5 "vuepress": "2.0.0-beta.49", "vuepress-theme-gungnir": "2.0.0-alpha.26"
No response
The text was updated successfully, but these errors were encountered:
Renovamen
No branches or pull requests
✅ Checklist
🔎 Description
版本差别
yarn 下载的版本是 2.0.0-alpha.26
git clone下来的版本也是2.0.0-alpha.26
代码差别
ArticleHeader.vue 中 处理tags中的方法代码不一致
这是npm 下载下来包里面的代码
这是clone下来的代码
请问作者是不是忘记更新版本了?
📄 Environment info (
npx vuepress info
)🔗 Reproduction link / repo:
No response
The text was updated successfully, but these errors were encountered: