vuepress / ecosystem

Official plugins and themes for VuePress2
https://ecosystem.vuejs.press
MIT License
19 stars 25 forks source link

[Bug report] #200

Closed smz8023 closed 3 weeks ago

smz8023 commented 3 weeks ago

Description

https://github.com/vuepress/ecosystem/blob/v2.0.0-rc.35/themes/theme-default/src/client/components/VPSidebarItems.vue 当前vue文件中的选择器错误: // get the active sidebar item DOM, whose href equals to the current route const activeSidebarItem = document.querySelector( .vp=sidebar a.vp-sidebar-item[href="${route.path}${hash}"], ) .vp=sidebar应该为.vp-sidebar image

Reproduction

https://stackblitz.com/edit/vuepress-fzwxtj?file=package.json

Used Package Manager

npm

System Info

版本:v2.0.0-rc.35
Mister-Hope commented 3 weeks ago

Already fixed in https://github.com/vuepress/ecosystem/commit/0a29075388cb435e5f95d25dc1b54abbcd343d9a

Thanks for reporting anyway.