发布新版

This commit is contained in:
贤心
2019-05-31 14:36:29 +08:00
parent 1ff124de94
commit 27e2295cbc
60 changed files with 2038 additions and 450 deletions

View File

@@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>合并版使用 - layui</title>
<title>完整库使用 - layui</title>
<link rel="stylesheet" href="../build/css/layui.css">
@@ -35,6 +35,14 @@ body{padding: 10px;}
});
//测试加载非内置模块
layui.config({
base: 'extends/'
}).extend({
mod1: 'mod1'
,mod2: 'mod2'
}).use('mod1');
//触发事件
var active = {
test: function(){