mirror of https://github.com/layui/layui
parent
c4e134fe91
commit
df7ae873f9
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.10.3",
|
"version": "2.11.0-rc.1",
|
||||||
"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-beta.1'; // 版本号
|
this.v = '2.11.0-rc.1'; // 版本号
|
||||||
};
|
};
|
||||||
|
|
||||||
// 识别预先可能定义的指定全局对象
|
// 识别预先可能定义的指定全局对象
|
||||||
|
|
Loading…
Reference in New Issue