mirror of
https://gitee.com/layui/layui.git
synced 2025-04-05 17:38:02 +08:00
release: v2.9.20
This commit is contained in:
parent
1bfb91f065
commit
4d84c8270f
2
dist/layui.js
vendored
2
dist/layui.js
vendored
File diff suppressed because one or more lines are too long
2
dist/layui.js.map
vendored
2
dist/layui.js.map
vendored
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="v2.9.19" class="ws-anchor">
|
||||
v2.9.19
|
||||
<h2 id="v2.9.20" class="ws-anchor">
|
||||
v2.9.20
|
||||
<span class="layui-badge-rim" style="color: #16b777;">稳定版</span>
|
||||
<span class="layui-badge-rim">2024-11-25</span>
|
||||
</h2>
|
||||
@ -30,7 +30,11 @@ toc: true
|
||||
- #### util
|
||||
- 修复 `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",
|
||||
"version": "2.9.19",
|
||||
"version": "2.9.20",
|
||||
"description": "Classic modular Front-End UI library",
|
||||
"keywords": [
|
||||
"layui",
|
||||
|
@ -16,7 +16,7 @@
|
||||
};
|
||||
|
||||
var Layui = function(){
|
||||
this.v = '2.9.19'; // Layui 版本号
|
||||
this.v = '2.9.20'; // Layui 版本号
|
||||
};
|
||||
|
||||
// 识别预先可能定义的指定全局对象
|
||||
|
Loading…
Reference in New Issue
Block a user