mirror of
https://gitee.com/layui/layui.git
synced 2025-04-05 08:37:29 +08:00
8 lines
100 B
JavaScript
8 lines
100 B
JavaScript
|
|
|
|
layui.define(function(exports){
|
|
|
|
exports('test', {
|
|
title: '子目录模块加载'
|
|
})
|
|
}); |