Ashun
Results
2
issues of
Ashun
### Reproduction Link https://github.com/astfn/vant-cli-issue ### Vant Version ^4.9.21 ### Describe the Bug **问题复现** 进入 vant-kit-engineering 目录运行 build 指令, es、lib 的类型产物构建报错。 **问题分析** 报错信息提示我构建 multi-picker(基于 vant 二开的多选组件) 必须依赖 .pnpm/[email protected][email protected][email protected]_/node_modules/vue-router 这些。但是组件代码里面并没有引入 vue-router。 运行...
bug: need confirm
add the tabSelectsValue API to configure whether to enable the tab shortcut key to select options. In certain scenarios, users need to customize the behavior of tab shortcuts externally. I...