arco-design-vue
arco-design-vue copied to clipboard
A Vue.js 3 UI Library based on Arco Design
## Types of changes - [x] New feature - [ ] Bug fix - [ ] Enhancement - [ ] Component style change - [ ] Typescript definition change -...
比如倒计时10秒,倒计时到0的时候,又从10秒开始倒计时,目前使用finish回调重新赋值value和now参数,并且重新赋值start=true,页面中可以展示10秒计时,但是无法开始倒计时,是组件并不支持还是我的写法有问题? `const initTimeOut = () => { let now = dayjs().unix() * 1000 timeOutValue.value = now + 10 * 1000 timeOutNow.value = now startTimeout.value = true } const handleFinish =...
- [ ] I'm sure this does not appear in [the issue list of the repository](https://github.com/arco-design/arco-design-vue/issues) ## Basic Info - **Package Name And Version:** @arco-design/[email protected] - **Browser:** chrome135.0.0.0
## Types of changes - [x] New feature - [ ] Bug fix - [x] Enhancement - [x] Component style change - [ ] Typescript definition change - [ ]...
a-cascader 如果先选中某个条目,再clear,此时v-model字段会被设置为一个空字符串,应该是个空数组
## Types of changes - [x] New feature - [ ] Bug fix - [ ] Enhancement - [ ] Component style change - [ ] Typescript definition change -...
在列为固定时,单元格边框有可能会存在丢失边框问题。且右边的固定列的左边框丢失。
- [x] I'm sure this does not appear in [the issue list of the repository](https://github.com/arco-design/arco-design-vue/issues) ## Basic Info - **Package Name And Version:** @arco-design/[email protected] - **Framework version:** Vue - **Browser:**...
## Types of changes - [ ] New feature - [x] Bug fix - [ ] Enhancement - [ ] Component style change - [ ] Typescript definition change -...
- [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/[email protected] - **框架版本:** 3.2.0 - **浏览器版本:** chrome135.0.0.0 - **复现地址:**...