-
I have Jest setup to test files with `@vue/vue3-jest` and it runs all of the Vue tests just fine, however I came across a peculiar issue regarding test coverage - it was going down in our CI dashboard…
-
```
var app = new Vue({
el: '#app',
data: {
demo: 'abc'
},
methods: {
openUrl: function(event) {
…
-
### tdesign-mobile-vue 版本
1.4.1
### 重现链接
_No response_
### 重现步骤
1. 用微信扫码打开官网demo
2. 调大字体
## 标准字体下的效果
![86c1018afb54d51fac015f57d7e5f1d](https://github.com/user-attachments/assets…
-
### Describe the feature
Currently, the Select component only supports single-item selection. Could we add a variant for selecting multiple items?
-
- [x] I'm sure this does not appear in [the issue list of the repository](https://github.com/arco-design/arco-design-vue/issues)
## 基本信息
- **依赖包名 及 版本:** @arco-design/web-vue@2.37.1
- **浏览器版本:**…
-
### Version
latest
### Vue Version
latest
### Link to minimal reproduction
```
{{ item }}
import { Carousel, CarouselItem } from '@opentiny/vue'
e…
-
- 你当前是什么框架(必填):vue
- 你使用的是哪个包(必填):latest
- 你当前插件的版本(必填):^0.1.11
- 当前环境是小程序还是浏览器(选填):浏览器
- 详细描述你的bug:想将奖品框设置成长方形展示奖品和名称 价格
- 问题代码(重要):
```
// 代码开始, 别再放歪了行吗
// 代码…
-
### What happened?
I am not sure if this is the intended functionality or a bug, or maybe i am doing something incorrectly.
Currently, i am able to only keep alive value upon component unmount…
-
### NutUI 包名
@nutui/nutui-taro
### NutUI 版本号
4.3.13
### 平台
weapp
### 重现链接
http://xingyun.jd.com/codingRoot/jda-tamp/demo-toast-taro/
### 重现步骤
按钮
import { ref } from…
-
### Describe the bug
I placed several animated divs on a page. I noticed that if I reload the page in the middle or at the bottom and start scrolling up, the animations don't play. After further in…