File tree Expand file tree Collapse file tree 5 files changed +20
-5
lines changed Expand file tree Collapse file tree 5 files changed +20
-5
lines changed Original file line number Diff line number Diff line change @@ -265,7 +265,7 @@ export default {
265
265
| _ placeholder_ | 提示信息 | | -- | |
266
266
| _ show-count_ | 显示字数 | ` false ` | ` true ` ` false ` | |
267
267
| _ disabled_ | 禁用 | ` false ` | ` true ` ` false ` | |
268
- | _ readonly_ ` 2.22.0 ` | 只读 | ` false ` | ` true ` ` false ` | |
268
+ | _ readonly_ ` 2.21.2 ` | 只读 | ` false ` | ` true ` ` false ` | |
269
269
| _ v-model_ | 绑定值 | | -- | |
270
270
| _ maxlength_ | 限制输入长度 | | -- | |
271
271
| _ rows_ | 原生 rows 属性 | | -- | 1.8.7 |
Original file line number Diff line number Diff line change @@ -286,7 +286,7 @@ const beforeUpload10 = (file) => {
286
286
| drag | 是否接受拖拽的文件上传,设置 false 可禁用。不支持 ie8/9 | boolean | true | -- |
287
287
| disabled | 设置文件禁用 | boolean | false | -- |
288
288
| disabledPreview | 设置文件预览插槽区域为禁用状态 | boolean | false | -- |
289
- | directory ` 2.22.0 ` | 支持上传文件夹 | boolean | false | -- |
289
+ | directory ` 2.21.2 ` | 支持上传文件夹 | boolean | false | -- |
290
290
| cut | 开启裁剪(` acceptMime ` 为image类型生效) | boolean | false | -- |
291
291
| cutOptions | 开启剪裁的模态弹窗与剪裁框的配置 | object | { layerOption,copperOption } | -- |
292
292
| text | 普通上传描述 | string | -- | -- |
Original file line number Diff line number Diff line change 14
14
<template >
15
15
<lay-timeline >
16
16
<lay-timeline-item title="2.21.x">
17
+ <ul>
18
+ <a name="2-21-2"></a>
19
+ <li>
20
+ <h3>2.21.2 <span class="layui-badge-rim">2024-03-08</span></h3>
21
+ <ul>
22
+ <li>[升级] layer 到 2.4.8 版本。</li>
23
+ <li>[修复] layer 组件 prompt模式输入类型为textarea时placeholder无效。<a href="https://gitee.com/layui-vue/layui-vue/pulls/459">详情</a></li>
24
+ <li>[新增] upload 组件 新增directory参数,用于文件夹上传。<a href="https://gitee.com/layui-vue/layui-vue/pulls/463">详情</a></li>
25
+ <li>[新增] textarea 组件 新增readonly参数。<a href="https://gitee.com/layui-vue/layui-vue/pulls/461">详情</a></li>
26
+ <li>[新增] tableColumns 组件 sort属性支持custom参数值。<a href="https://gitee.com/layui-vue/layui-vue/pulls/462">详情</a></li>
27
+ <li>[新增] datePicker 组件 新增类型为datetime底部选择日期/时间,i18翻译。<a href="https://gitee.com/layui-vue/layui-vue/pulls/458">详情</a></li>
28
+ <li>[修复] splitPanel 组件 当鼠标不在分割线按下时,cursor依旧会变化。<a href="https://gitee.com/layui-vue/layui-vue/pulls/460">详情</a></li>
29
+ </ul>
30
+ </li>
31
+ </ul>
17
32
<ul>
18
33
<a name="2-21-1"></a>
19
34
<li>
Original file line number Diff line number Diff line change 31
31
>
32
32
<span
33
33
>{{ t("home.download") }}:<em class =" site-showdowns"
34
- >212,006 </em
34
+ >220,988 </em
35
35
></span
36
36
>
37
37
</div >
42
42
rel =" nofollow"
43
43
class =" site-star"
44
44
>
45
- <i class =" layui-icon" ></i > Star <cite id =" getStars" >3110 </cite >
45
+ <i class =" layui-icon" ></i > Star <cite id =" getStars" >3174 </cite >
46
46
</a >
47
47
<a
48
48
href =" https://gitee.com/layui/layui-vue"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @layui/layui-vue" ,
3
- "version" : " 2.21.1 " ,
3
+ "version" : " 2.21.2 " ,
4
4
"author" : " 就眠儀式" ,
5
5
"license" : " MIT" ,
6
6
"description" : " a component library for Vue 3 base on layui-vue" ,
You can’t perform that action at this time.
0 commit comments