mirror of https://github.com/layui/layui
parent
885a1aa0cf
commit
fff6597e10
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "layui",
|
"name": "layui",
|
||||||
"version": "2.11.0-rc.1",
|
"version": "2.11.0-rc.2",
|
||||||
"description": "Classic modular Front-End UI library",
|
"description": "Classic modular Front-End UI library",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"layui",
|
"layui",
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
|
|
||||||
// constructor
|
// constructor
|
||||||
var Class = function() {
|
var Class = function() {
|
||||||
this.v = '2.11.0-rc.1'; // 版本号
|
this.v = '2.11.0-rc.2'; // 版本号
|
||||||
};
|
};
|
||||||
|
|
||||||
// 识别预先可能定义的指定全局对象
|
// 识别预先可能定义的指定全局对象
|
||||||
|
|
Loading…
Reference in New Issue