Closed WangYuLue closed 3 years ago
The second one is also something I would want to report.
For testing purposes, I am installing both packages jn my project. And i am also facing the problem that the default bunder becomes vite when bunder option is omitted.
But in the docs, the default value is described as webpack, which should be an issue.
@Mister-Hope It's already described in the docs:
But yes, we could add a tip in the config reference for users who didn't notice this line.
Bug report
bundler: '@vuepress/vite'
, 都默认使用 vite 编译,这一点文档没有说明Description
问题一:
我的步骤
1、编译工具是 vuepress-vite, 版本 ^2.0.0-beta.23 2、在
docs/config.ts
下添加配置:页面更新后, nav 栏没有搜索框,而且没有任何异常报出来。
在尝试将 @vuepress/plugin-search 升级到 "2.0.0-beta.23" 后,依旧没法正常显示。
问题二:
安装 vuepress-vite 后,无论在 config.ts 中是否配置
bundler: '@vuepress/vite'
, 都默认使用 vite 编译,这一点文档没有说明问题三:
如动图显示,点击 sidebar 第一行时,会自动展开再收起。
在
consfig.ts
中, sidebar 的配置如下:问题四:
这算一个需求,希望作者可以支持
Expected behavior
问题一:期望类似 1.x 那样,配置完即可看到搜索框;如果有错误,抛出相应错误 问题二:期望如果在config中没有配置,则默认使用 webpack 编译 问题三:期望可以流畅展示,视觉上不闪烁
Screenshots
Environment info
vuepress info
: