File tree Expand file tree Collapse file tree 7 files changed +13
-13
lines changed Expand file tree Collapse file tree 7 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " vux" ,
3- "version" : " 2.8.0 " ,
3+ "version" : " 2.8.1 " ,
44 "main" : " index.js" ,
55 "description" : " Mobile web UI based on Vue and WeUI" ,
66 "keywords" : [
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ slots:
103103 en : title slot
104104 zh-CN : title 插槽,方便自定义样式
105105changes :
106- next :
106+ v2.8.1 :
107107 en :
108108 - ' [fix] fix justify class #2545'
109109 zh-CN :
Original file line number Diff line number Diff line change @@ -36,13 +36,13 @@ grid:
3636 zh-CN : 列数。如果为非单行 Grid,需要设置 cols,否则所有 GridItem 会平均宽度显示在一行。
3737 show-lr-borders :
3838 type : Boolean
39- version : next
39+ version : v2.8.1
4040 default : true
4141 en : whether show left and right borders
4242 zh-CN : 是否显示左右边框
4343 show-vertical-dividers :
4444 type : Boolean
45- version : next
45+ version : v2.8.1
4646 default : true
4747 en : whether show vertical dividers
4848 zh-CN : 是否显示垂直分割线
@@ -69,7 +69,7 @@ grid-item:
6969 en : slot for label, the same func as prop:label
7070 zh-CN : label 文字的 slot,作用同 prop:label
7171changes :
72- next :
72+ v2.8.1 :
7373 en :
7474 - ' [feature] add prop:show-lr-borders and prop:show-vertical-dividers #2488'
7575 zh-CN :
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ events:
101101 en : fires after closing
102102 zh-CN : 关闭时触发
103103 on-index-change :
104- version : next
104+ version : v2.8.1
105105 en : fires after index changes(shall not fire on first opening slide)
106106 zh-CN : 切换图片后触发(首次打开不会触发)
107107methods :
@@ -114,7 +114,7 @@ methods:
114114 version : v2.5.10
115115 en : go to previous image
116116 zh-CN : 跳转到上一张
117- next :
117+ v2.8.1 :
118118 version : v2.5.10
119119 en : go to next image
120120 zh-CN : 跳转到下一张
@@ -132,7 +132,7 @@ slots:
132132 en : slot before control button list
133133 zh-CN : 操作按钮之前,可以添加自定义图标
134134changes :
135- next :
135+ v2.8.1 :
136136 en :
137137 - ' [feature] add event:on-index-change #2505'
138138 zh-CN :
Original file line number Diff line number Diff line change 6464 en : whether prevent auto-switching tab-item when tab-item is clicked
6565 zh-CN : 是否禁止自动切换 tab-item
6666 scroll-threshold :
67- version : next
67+ version : v2.8.1
6868 type : Number
6969 default : 4
7070 en : scroll tabs threshold
@@ -94,7 +94,7 @@ tab-item:
9494 en : emits when current tabItem is clicked
9595 zh-CN : 当前 tabItem 被点击时触发
9696changes :
97- next :
97+ v2.8.1 :
9898 en :
9999 - ' [feature] support prop:scroll-threshold'
100100 zh-CN :
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ slots:
108108 right :
109109 zh-CN : ' 用以在输入框右边显示内容,比如单位,切换密码显示方式等'
110110 right-full-height :
111- version : next
111+ version : v2.8.1
112112 zh-CN : ' 用于放置和 cell 高度的验证码图片'
113113events :
114114 on-blur :
@@ -141,7 +141,7 @@ methods:
141141 en : reset input value and clear errors
142142 zh-CN : 重置输入框值,清除错误信息
143143changes :
144- next :
144+ v2.8.1 :
145145 en :
146146 - ' [feature] add slot:right-full-height for containing captcha #2475'
147147 zh-CN :
Original file line number Diff line number Diff line change 11changes :
2- next :
2+ v2.8.1 :
33 en :
44 - ' [fix] fix style missing #2375'
55 zh-CN :
You can’t perform that action at this time.
0 commit comments