mirror of https://github.com/layui/layui
parent
1bfb91f065
commit
4d84c8270f
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -9,8 +9,8 @@ toc: true
|
||||||
|
|
||||||
<h2 id="2.9.x" lay-toc="{title: '2.9.x'}"></h2>
|
<h2 id="2.9.x" lay-toc="{title: '2.9.x'}"></h2>
|
||||||
|
|
||||||
<h2 id="v2.9.19" class="ws-anchor">
|
<h2 id="v2.9.20" class="ws-anchor">
|
||||||
v2.9.19
|
v2.9.20
|
||||||
<span class="layui-badge-rim" style="color: #16b777;">稳定版</span>
|
<span class="layui-badge-rim" style="color: #16b777;">稳定版</span>
|
||||||
<span class="layui-badge-rim">2024-11-25</span>
|
<span class="layui-badge-rim">2024-11-25</span>
|
||||||
</h2>
|
</h2>
|
||||||
|
@ -30,7 +30,11 @@ toc: true
|
||||||
- #### util
|
- #### util
|
||||||
- 修复 `util.on()` 多个方法并列使用时,同一委托元素的 `trigger` 冲突问题 #2348 @sentsim
|
- 修复 `util.on()` 多个方法并列使用时,同一委托元素的 `trigger` 冲突问题 #2348 @sentsim
|
||||||
|
|
||||||
### 下载: [layui-v2.9.19.zip](https://gitee.com/layui/layui/attach_files/1972535/download)
|
### 下载: [layui-v2.9.20.zip](https://gitee.com/layui/layui/attach_files/1973261/download)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
😹 `2.9.19` 版本因为存在一个小缺陷而被跳过
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "layui",
|
"name": "layui",
|
||||||
"version": "2.9.19",
|
"version": "2.9.20",
|
||||||
"description": "Classic modular Front-End UI library",
|
"description": "Classic modular Front-End UI library",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"layui",
|
"layui",
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
var Layui = function(){
|
var Layui = function(){
|
||||||
this.v = '2.9.19'; // Layui 版本号
|
this.v = '2.9.20'; // Layui 版本号
|
||||||
};
|
};
|
||||||
|
|
||||||
// 识别预先可能定义的指定全局对象
|
// 识别预先可能定义的指定全局对象
|
||||||
|
|
Loading…
Reference in New Issue