Open laerpeeK opened 9 months ago
如果是使用pnpm生成的vuepress2项目。在使用该插件时,需要到以下文件修改对应路径。
替换 const sidebarItemFile = "node_modules/@vuepress/theme-default/lib/client/components/SidebarItem.vue"; 为 const sidebarItemFile = "node_modules/.pnpm/@vuepress+theme-default@2.0.0-rc.0/node_modules/@vuepress/theme-default/lib/client/components/SidebarItem.vue";
亲测有效。
也可以从源码方向去优化? 根据包管理器的不同决定引入路径? @dingshaohua-cn
如果是使用pnpm生成的vuepress2项目。在使用该插件时,需要到以下文件修改对应路径。
替换 const sidebarItemFile = "node_modules/@vuepress/theme-default/lib/client/components/SidebarItem.vue"; 为 const sidebarItemFile = "node_modules/.pnpm/@vuepress+theme-default@2.0.0-rc.0/node_modules/@vuepress/theme-default/lib/client/components/SidebarItem.vue";
亲测有效。