You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
1004 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

## 1.0.112023-12-26
1. 优化confirmType默认值改成return
## 1.0.102023-09-13
1. 修复设置autoHeight后出现高度异常的BUG
## 1.0.92023-08-08
1. 优化
## 1.0.82023-08-07
1. 修复值为null或undefined时显示错误的bug
## 1.0.72023-08-05
1. v-model设置为数据时的BUG
2. 复制过多内容计数显示错误的BUG
3. maxlength为-1改成不显示计数
## 1.0.62023-07-30
1. 增加confirm-hold参数参考官方文档
## 1.0.52023-07-25
1. 增加textStyle属性自定义文本样式
2. 增加countStyle属性自定义统计数字的样式
## 1.0.42023-07-14
1. 修复 设置maxlength为-1时不生效的BUG
## 1.0.32023-07-13
1. 修复 uv-textarea设置value属性不生效的BUG
## 1.0.22023-05-16
1. 优化组件依赖,修改后无需全局引入,组件导入即可使用
2. 优化部分功能
## 1.0.12023-05-12
1. 修复vue3中双向绑定问题
## 1.0.02023-05-10
uv-textarea 文本域