Browse Source

更新 Version

pull/1299/head
贤心 1 year ago
parent
commit
a71be66ad9
  1. 2
      package.json
  2. 2
      src/layui.js

2
package.json

@ -1,6 +1,6 @@
{
"name": "layui",
"version": "2.8.8",
"version": "2.8.9",
"description": "Classic modular Front-End UI library",
"main": "dist/layui.js",
"license": "MIT",

2
src/layui.js vendored

@ -16,7 +16,7 @@
};
var Layui = function(){
this.v = '2.8.8'; // Layui 版本号
this.v = '2.8.9'; // Layui 版本号
};
// 识别预先可能定义的指定全局对象

Loading…
Cancel
Save