-
### tdesign-vue-next 版本
1.9.4
### 重现链接
https://tdesign.tencent.com/vue-next/components/tree?tab=demo
### 重现步骤
const onChange = (e: any, node: any) => {
console.log(node.node);
console.l…
-
### Describe the feature
Currently, the Select component only supports single-item selection. Could we add a variant for selecting multiple items?
-
## Search Terms
wildcard ambient module override
## Suggestion
I could not find written anywhere how wildcard ambient module declaration precedence work in case of overlaps.
In the [original p…
-
### Discussed in https://github.com/vitejs/vite/discussions/10567
Originally posted by **yuntian001** October 21, 2022
### Describe the bug
当我用官方的vue ssr demo,改为多个createServer ,不同url路由走不同的s…
-
docs: [https://chengaohe45.github.io/vue-easy-form-docs/dist/](https://chengaohe45.github.io/vue-easy-form-docs/dist/)
github: [https://github.com/chengaohe45/vue-easy-form](https://github.com/chen…
-
## Bug report
#### Steps to reproduce
1. [xxx]
2. [xxx]
3. [xxxx]
#### Screenshot or Gif(截图或动态图)
#### Link to minimal reproduction(最小可在线还原demo)
#### Expected behavior
A clear…
-
I'm opening this issue as a result of the following forum thread: https://www.highcharts.com/forum/viewtopic.php?p=194796.
Note that the forum thread contains two separate issues, that's my bad - …
-
[vue-countup-v3 live demo](https://codesandbox.io/p/sandbox/vue-countup-v3-demo-uqdpwi)
-
PS F:\demo> npm run build
> demo@0.0.1 build F:\demo
> vue-tsc --noEmit && vite build
node_modules/vue-draggable-plus/dist/useDraggable.d.ts:1:25 - error TS1005: ',' expected.
1 import Sorta…
-
### Version
```sh
mac m1pro
chorme
rsbuild最新版本
```
### Details
我用rsbuild新建的vue3模板,热更新是对当前页面的全量替换,不会保留当前页面的state,我只是在template里面更新了ui,script里面的state都会重新初始,感觉这样体验很不好,这一点的表现和webpack,vite都有所不同。复现仓库链接…