把预览例子迁移到 examples 目录

This commit is contained in:
xuexb
2017-08-23 12:29:22 +08:00
parent 67944ce224
commit f28819e903
23 changed files with 0 additions and 0 deletions

View File

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

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

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