This commit is contained in:
sentsin
2017-08-21 08:51:13 +08:00
parent 7feaa4eca0
commit 15d7241ff5
247 changed files with 26922 additions and 0 deletions

8
test/js/child/test.js Normal file
View File

@@ -0,0 +1,8 @@
layui.define(function(exports){
exports('test', {
title: '子目录模块加载'
})
});

8
test/js/index.js Normal file
View File

@@ -0,0 +1,8 @@
layui.define(function(exports){
exports('index', {
title: '模块入口'
});
});