Skip to content

Commit

Permalink
v1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
xugaoyi committed May 3, 2021
1 parent 3fb8ea1 commit 947f834
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"vuepress-plugin-one-click-copy": "^1.0.2",
"vuepress-plugin-thirdparty-search": "^1.0.2",
"vuepress-plugin-zooming": "^1.1.7",
"vuepress-theme-vdoing": "^1.8.2",
"vuepress-theme-vdoing": "^1.8.3",
"yamljs": "^0.3.0"
},
"dependencies": {
Expand Down
3 changes: 2 additions & 1 deletion theme-vdoing/components/Catalogue.vue
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ export default {
},
getCatalogueList () {
const { sidebar } = this.$site.themeConfig
const key = this.$frontmatter.pageComponent.data.key
const { data } = this.$frontmatter.pageComponent
const key = data.path || data.key
let keyArray = key.split('/');
let catalogueList = (sidebar[`/${keyArray[0]}/`]);
if (keyArray.length > 1) {
Expand Down
2 changes: 1 addition & 1 deletion theme-vdoing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuepress-theme-vdoing",
"version": "1.8.2",
"version": "1.8.3",
"description": "Vdoing theme for VuePress. 一个基于VuePress的知识管理兼博客主题。",
"author": {
"name": "gaoyi(Evan) Xu"
Expand Down

1 comment on commit 947f834

@vercel
Copy link

@vercel vercel bot commented on 947f834 May 3, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.